diff --git a/src/routes/v4/full-node/rawtransactions.js b/src/routes/v4/full-node/rawtransactions.js index 50c229b..f38b677 100644 --- a/src/routes/v4/full-node/rawtransactions.js +++ b/src/routes/v4/full-node/rawtransactions.js @@ -330,14 +330,6 @@ class RawTransactions { }) } - // stub response object - // const returnResponse = { - // status: 100, - // json: { - // error: '' - // } - // } - // Validate each txid in the array. for (let i = 0; i < txids.length; i++) { const txid = txids[i]