diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 2e6776bfb..7cd05cccd 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -724,7 +724,6 @@ 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; diff --git a/src/komodo_globals.h b/src/komodo_globals.h index 919ee97dd..0bfc3a06e 100644 --- a/src/komodo_globals.h +++ b/src/komodo_globals.h @@ -60,6 +60,7 @@ uint64_t ASSETCHAINS_ENDSUBSIDY,ASSETCHAINS_REWARD,ASSETCHAINS_HALVING,ASSETCHAI uint32_t KOMODO_INITDONE; char KMDUSERPASS[4096],BTCUSERPASS[4096]; uint16_t KMD_PORT = 7771,BITCOIND_PORT = 7771; uint64_t PENDING_KOMODO_TX; +extern int32_t KOMODO_LOADINGBLOCKS; struct komodo_kv *KOMODO_KV; pthread_mutex_t KOMODO_KV_mutex,KOMODO_CC_mutex;