Merge 3f66642820 into merged_master (Bitcoin PR bitcoin/bitcoin#30440)

This commit is contained in:
ivanlele 2026-03-26 10:28:44 +00:00
commit 0a8be8f942
No known key found for this signature in database
4 changed files with 112 additions and 49 deletions

View file

@ -127,10 +127,6 @@ std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(const CScript& sc
resetBlock();
pblocktemplate.reset(new CBlockTemplate());
if (!pblocktemplate.get()) {
return nullptr;
}
CBlock* const pblock = &pblocktemplate->block; // pointer for convenience