From 19d98d6fbf3b8ae0b181d2ddd4973c990736d695 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 9 Oct 2017 18:05:13 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 8c19d2946..4e036f69a 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -437,7 +437,7 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t else { CTransaction tx; uint256 hashBlock; int32_t numvouts,len; uint8_t *ptr; - if ( GetTransaction(txid,tx,hashBlock,true) == 0 ) + if ( GetTransaction(NOTARIZED_DESTTXID,tx,hashBlock,true) == 0 ) return(-1); if ( (numvouts= tx.vout.size()) > 0 ) {