diff --git a/src/miner.cpp b/src/miner.cpp index 042bda961..eba720721 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -423,8 +423,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) CValidationState state; if ( !TestBlockValidity(state, *pblock, pindexPrev, false, false)) { - fprintf(stderr,"testblockvalidity failed\n"); - throw std::runtime_error("CreateNewBlock(): TestBlockValidity failed"); + fprintf(stderr,"warning: testblockvalidity failed\n"); + //throw std::runtime_error("CreateNewBlock(): TestBlockValidity failed"); } }