From ec7ad5f6573d9aabb4ace86551979ebafe9d4b26 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 Nov 2016 12:58:24 -0300 Subject: [PATCH] test --- src/miner.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/miner.cpp b/src/miner.cpp index af411aea1..e97b37ec3 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -120,7 +120,10 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) { deposits = komodo_paxtotal(); 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; + } if ( deposits != 0 ) break; sleep(10);