test
This commit is contained in:
@@ -123,7 +123,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
|
|||||||
deposits = komodo_paxtotal();
|
deposits = komodo_paxtotal();
|
||||||
if ( KOMODO_INITDONE == 0 || KOMODO_REALTIME == 0 )
|
if ( KOMODO_INITDONE == 0 || KOMODO_REALTIME == 0 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"INITDONE.%d RT.%d deposits %.8f\n",KOMODO_INITDONE,KOMODO_REALTIME,(double)deposits/COIN);
|
//fprintf(stderr,"INITDONE.%d RT.%d deposits %.8f\n",KOMODO_INITDONE,KOMODO_REALTIME,(double)deposits/COIN);
|
||||||
}
|
}
|
||||||
else if ( deposits != 0 )
|
else if ( deposits != 0 )
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user