From a080f9fcfe4598c114cdb71b56533e38e209341e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 13 Apr 2018 17:20:58 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 55d8a9357..135526a96 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -722,6 +722,7 @@ uint32_t komodo_heightstamp(int32_t height) return(0); } +extern int32_t KOMODO_LOADINGBLOCKS; void komodo_pindex_init(CBlockIndex *pindex,int32_t height) { int32_t i,num; uint8_t pubkeys[64][33]; CBlock block;