mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-19 06:30:45 +02:00
Move LockAnnotation to make it reflect the truth
This commit is contained in:
parent
cc2588579c
commit
3a809446b3
@ -272,8 +272,8 @@ static int64_t AddTx(CWallet& wallet, uint32_t lockTime, int64_t mockTime, int64
|
||||
SetMockTime(mockTime);
|
||||
CBlockIndex* block = nullptr;
|
||||
if (blockTime > 0) {
|
||||
LockAnnotation lock(::cs_main);
|
||||
auto locked_chain = wallet.chain().lock();
|
||||
LockAnnotation lock(::cs_main);
|
||||
auto inserted = mapBlockIndex.emplace(GetRandHash(), new CBlockIndex);
|
||||
assert(inserted.second);
|
||||
const uint256& hash = inserted.first->first;
|
||||
|
Loading…
Reference in New Issue
Block a user