mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
Drop unneeded lock from createNewBlock
This was added in 4bf2e361da
, but
BlockAssembler::CreateNewBlock already locks cs_main internally.
This commit is contained in:
parent
75ce7637ad
commit
5fb2b70489
@ -881,7 +881,6 @@ public:
|
|||||||
BlockAssembler::Options options;
|
BlockAssembler::Options options;
|
||||||
ApplyArgsManOptions(gArgs, options);
|
ApplyArgsManOptions(gArgs, options);
|
||||||
|
|
||||||
LOCK(::cs_main);
|
|
||||||
return BlockAssembler{chainman().ActiveChainstate(), use_mempool ? context()->mempool.get() : nullptr, options}.CreateNewBlock(script_pub_key);
|
return BlockAssembler{chainman().ActiveChainstate(), use_mempool ? context()->mempool.get() : nullptr, options}.CreateNewBlock(script_pub_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user