We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45e47d commit 23fc177Copy full SHA for 23fc177
src/instantsend/net_instantsend.cpp
@@ -168,7 +168,6 @@ Uint256HashSet NetInstantSend::ProcessPendingInstantSendLocks(
168
Uint256HashSet badISLocks;
169
170
if (ban && !batchVerifier.badSources.empty()) {
171
- LOCK(::cs_main);
172
for (const auto& nodeId : batchVerifier.badSources) {
173
// Let's not be too harsh, as the peer might simply be unlucky and might have sent us an old lock which
174
// does not validate anymore due to changed quorums
0 commit comments