This commit is contained in:
jl777
2018-04-13 17:56:44 +03:00
parent 0690e63e4a
commit e28e0df9be
2 changed files with 1 additions and 1 deletions

View File

@@ -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;

View File

@@ -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;