remove GetTransaction call.

This commit is contained in:
Christopher Jeffrey 2014-12-09 14:21:45 -08:00
parent b37a66cdd8
commit 110c089c88

View File

@ -5908,7 +5908,6 @@ ctx_to_jstx(const CTransaction& ctx, uint256 blockhash, Local<Object> jstx) {
Local<Object> jsprev = NanNew<Object>();
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);