Skip to content

Commit

Permalink
Fix duplicate -instantsendnotify invocation (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored and codablock committed May 16, 2019
1 parent 38aab0c commit 8416202
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/llmq/quorums_instantsend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1117,10 +1117,6 @@ void CInstantSendManager::HandleFullyConfirmedBlock(const CBlockIndex* pindex)
RemoveNonLockedTx(txid, true);
}
}

for (auto& p : removeISLocks) {
UpdateWalletTransaction(p.second->txid, nullptr);
}
}

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

0 comments on commit 8416202

Please sign in to comment.