mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Removed unnecessary comments
This commit is contained in:
@@ -330,14 +330,6 @@ class RawTransactions {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// stub response object
|
|
||||||
// const returnResponse = {
|
|
||||||
// status: 100,
|
|
||||||
// json: {
|
|
||||||
// error: ''
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Validate each txid in the array.
|
// Validate each txid in the array.
|
||||||
for (let i = 0; i < txids.length; i++) {
|
for (let i = 0; i < txids.length; i++) {
|
||||||
const txid = txids[i]
|
const txid = txids[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user