From b893cd5416a2d004dee9f94e52b7dd98ed9b4a2d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Jul 2019 05:35:57 -1100 Subject: [PATCH] Syntax --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1f000aa4c..f81b04bbc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2223,7 +2223,7 @@ bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlo if ( KOMODO_NSPV != 0 ) { int64_t rewardsum = 0; - return(NSPV_gettransaction(1,0,txid,0,txOut,0,0,rewardsum) == 0); + return(NSPV_gettransaction(1,0,hash,0,txOut,0,0,rewardsum) == 0); } // need a GetTransaction without lock so the validation code for assets can run without deadlock {