From a5b391fb8907f0a98559ea554a1c0b8209389eee Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Jul 2019 06:16:01 -1100 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4dba65c1a..6f84e5a39 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2236,7 +2236,7 @@ bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlo txheight = NSPV_U.U.utxos[i].height; break; } - retval = NSPV_gettransaction(txheight == 0,vout,hash,txheight,txOut,0,0,rewardsum); + retval = NSPV_gettransaction(1,vout,hash,txheight,txOut,0,0,rewardsum); return(retval != -1); } // need a GetTransaction without lock so the validation code for assets can run without deadlock