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