diff --git a/src/miner.cpp b/src/miner.cpp index 15a878b21..7265935d7 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -145,7 +145,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) sleep(10); } KOMODO_ON_DEMAND = 0; - if ( 0 && deposits != 0 ) + if ( 1 && deposits != 0 ) printf("miner KOMODO_DEPOSIT %llu pblock->nHeight %d mempool.GetTotalTxSize(%d)\n",(long long)komodo_paxtotal(),(int32_t)chainActive.Tip()->nHeight,(int32_t)mempool.GetTotalTxSize()); } // -regtest only: allow overriding block.nVersion with