From 47c0694c851f29807786e1009f3e05c3c93dd0d7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 9 Apr 2018 15:35:32 +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 a377e6d41..42c216d8f 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -568,7 +568,7 @@ uint32_t komodo_txtime(uint64_t *valuep,uint256 hash,int32_t n) #endif hashBlock, true)) { - //printf("null GetTransaction\n"); + fprintf(stderr,"%s/v%d null GetTransaction locktime.%u\n",hash.ToString().c_str(),n,(uint32_t)tx.nLockTime); return(0); } if ( n < tx.vout.size() )