mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 16:53:52 +02:00
refactor: Remove negative lock annotations from globals
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
/// sync once and only needs to process blocks in the ValidationInterface
|
||||
/// queue. If the index is catching up from far behind, this method does
|
||||
/// not block and immediately returns false.
|
||||
bool BlockUntilSyncedToCurrentChain() const;
|
||||
bool BlockUntilSyncedToCurrentChain() const LOCKS_EXCLUDED(::cs_main);
|
||||
|
||||
void Interrupt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user