Skip to content

Commit 06fc655

Browse files
committed
Actually remove from finalInstantSendLocks in CInstantSendManager::RemoveFinalISLock
1 parent 041a1c2 commit 06fc655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llmq/quorums_instantsend.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ void CInstantSendManager::RemoveFinalISLock(const uint256& hash)
721721
inputToInstantSendLock.erase(in);
722722
}
723723
UpdateISLockMinedBlock(&islockInfo, nullptr);
724+
finalInstantSendLocks.erase(it);
724725
}
725726

726727
void CInstantSendManager::RemoveMempoolConflictsForLock(const uint256& hash, const CInstantSendLock& islock)

0 commit comments

Comments
 (0)