From 5920762d60b81e50c2c82d8184667599af531fb7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 18:31:10 +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 32b2a3218..d2b310ef5 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -727,7 +727,7 @@ uint32_t komodo_heightstamp(int32_t height) void komodo_pindex_init(CBlockIndex *pindex,int32_t height) { int32_t i,num; uint8_t pubkeys[64][33]; CBlock block; - if ( pindex->didinit != 0 && pindex->notaryid >= 0 ) + if ( pindex->didinit != 0 ) return; printf("pindex.%d komodo_pindex_init notary.%d from height.%d\n",pindex->nHeight,pindex->notaryid,height); if ( pindex->didinit == 0 )