From a142cb4f7cfa730a8b6776302c4f2fa5bb7562c9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Mar 2018 13:20:00 +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 a5044c003..19f4be3e5 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -711,7 +711,7 @@ void komodo_index2pubkey33(uint8_t *pubkey33,CBlockIndex *pindex,int32_t height) if ( pubkey33[0] == 2 || pubkey33[0] == 3 ) { memcpy(pindex->pubkey33,pubkey33,33); - if ( (num= komodo_notaries(pubkeys,height,timestamp)) > 0 ) + if ( (num= komodo_notaries(pubkeys,(int32_t)pindex->nHeight,(uint32_t)pindex->nTime)) > 0 ) { pindex->notaryid = -1; for (i=0; i