diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 065c56c4..696b3376 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -5908,7 +5908,6 @@ ctx_to_jstx(const CTransaction& ctx, uint256 blockhash, Local jstx) { Local jsprev = NanNew(); CTransaction prev_tx; if (get_tx(txin.prevout.hash, blockhash, prev_tx)) { - //if (GetTransaction(txin.prevout.hash, prev_tx, blockhash, true)) { CTxDestination from; CTxOut prev_out = prev_tx.vout[txin.prevout.n]; ExtractDestination(prev_out.scriptPubKey, from);