We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041a1c2 commit 06fc655Copy full SHA for 06fc655
src/llmq/quorums_instantsend.cpp
@@ -721,6 +721,7 @@ void CInstantSendManager::RemoveFinalISLock(const uint256& hash)
721
inputToInstantSendLock.erase(in);
722
}
723
UpdateISLockMinedBlock(&islockInfo, nullptr);
724
+ finalInstantSendLocks.erase(it);
725
726
727
void CInstantSendManager::RemoveMempoolConflictsForLock(const uint256& hash, const CInstantSendLock& islock)
0 commit comments