This commit is contained in:
jl777
2017-04-26 19:24:27 +03:00
parent 45a93b635e
commit edfca062df

View File

@@ -644,8 +644,8 @@ void static BitcoinMiner()
while ( (ASSETCHAIN_INIT == 0 || KOMODO_INITDONE == 0) ) //chainActive.Tip()->nHeight != 235300 && while ( (ASSETCHAIN_INIT == 0 || KOMODO_INITDONE == 0) ) //chainActive.Tip()->nHeight != 235300 &&
{ {
sleep(1); sleep(1);
if ( komodo_baseid(ASSETCHAINS_SYMBOL) < 0 ) //if ( komodo_baseid(ASSETCHAINS_SYMBOL) < 0 )
break; // break;
} }
komodo_chosennotary(&notaryid,chainActive.Tip()->nHeight,NOTARY_PUBKEY33); komodo_chosennotary(&notaryid,chainActive.Tip()->nHeight,NOTARY_PUBKEY33);