mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
scripted-diff: Rename LockAnnotation to LockAssertion
-BEGIN VERIFY SCRIPT- git grep -l LockAnnotation | xargs sed -i 's/LockAnnotation/LockAssertion/' -END VERIFY SCRIPT-
This commit is contained in:
@@ -145,7 +145,7 @@ void TestGUI()
|
||||
}
|
||||
{
|
||||
auto locked_chain = wallet->chain().lock();
|
||||
LockAnnotation lock(::cs_main);
|
||||
LockAssertion lock(::cs_main);
|
||||
|
||||
WalletRescanReserver reserver(wallet.get());
|
||||
reserver.reserve();
|
||||
|
||||
Reference in New Issue
Block a user