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 d3fa315 commit cb1dfa3Copy full SHA for cb1dfa3
src/instantsend/instantsend.cpp
@@ -314,7 +314,6 @@ Uint256HashSet CInstantSendManager::ProcessPendingInstantSendLocks(
314
Uint256HashSet badISLocks;
315
316
if (ban && !batchVerifier.badSources.empty()) {
317
- LOCK(::cs_main);
318
for (const auto& nodeId : batchVerifier.badSources) {
319
// Let's not be too harsh, as the peer might simply be unlucky and might have sent us an old lock which
320
// does not validate anymore due to changed quorums
0 commit comments