isStake is always zero

This commit is contained in:
Duke
2024-09-22 08:51:48 -04:00
parent 45de2584b9
commit 986d0d8b7d

View File

@@ -762,11 +762,10 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
//fprintf(stderr,"valid\n"); //fprintf(stderr,"valid\n");
} }
} }
if ( !isStake )
{ LEAVE_CRITICAL_SECTION(cs_main);
LEAVE_CRITICAL_SECTION(cs_main); LEAVE_CRITICAL_SECTION(mempool.cs);
LEAVE_CRITICAL_SECTION(mempool.cs);
}
// fprintf(stderr,"%s: done\n", __func__); // fprintf(stderr,"%s: done\n", __func__);
return pblocktemplate.release(); return pblocktemplate.release();
} }