We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee28ba8 commit 2de4753Copy full SHA for 2de4753
src/wallet/walletdb.cpp
@@ -502,7 +502,7 @@ DBErrors WalletBatch::LoadWallet(CWallet* pwallet)
502
DBErrors result = DBErrors::LOAD_OK;
503
504
auto locked_chain = pwallet->chain().lock();
505
- LockAnnotation lock(::cs_main);
+ LockAssertion lock(::cs_main);
506
LOCK(pwallet->cs_wallet);
507
try {
508
int nMinVersion = 0;
0 commit comments