This commit is contained in:
jl777
2016-12-12 09:28:23 +02:00
parent d63fdb34cc
commit c5b295d857

View File

@@ -128,7 +128,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
while ( KOMODO_ON_DEMAND == 0 )
{
deposits = komodo_paxtotal();
if ( KOMODO_INITDONE == 0 || komodo_baseid(ASSETCHAINS_SYMBOL) < 0 || (isrealtime= komodo_isrealtime(&kmdheight)) == 0 )
if ( KOMODO_INITDONE == 0 || (komodo_baseid(ASSETCHAINS_SYMBOL) >= 0 && (isrealtime= komodo_isrealtime(&kmdheight)) == 0) )
{
//fprintf(stderr,"INITDONE.%d RT.%d deposits %.8f ht.%d\n",KOMODO_INITDONE,isrealtime,(double)deposits/COIN,kmdheight);
}