Fix KMD lockup on pools, try new fix electrum crash.

This commit is contained in:
blackjok3r
2019-05-16 19:33:05 +08:00
parent d624038a10
commit c2261146d9
2 changed files with 6 additions and 2 deletions

View File

@@ -803,6 +803,8 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
//fprintf(stderr,"check validity\n");
if ( !TestBlockValidity(state, *pblock, pindexPrev, false, false)) // invokes CC checks
{
LEAVE_CRITICAL_SECTION(cs_main);
LEAVE_CRITICAL_SECTION(mempool.cs);
throw std::runtime_error("CreateNewBlock(): TestBlockValidity failed");
}
//fprintf(stderr,"valid\n");