mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
fix: stop trying to sign pending txes when they are no longer non-locked
This commit is contained in:
parent
58f703247b
commit
d8449aecf9
@ -1202,6 +1202,8 @@ void CInstantSendManager::RemoveNonLockedTx(const uint256& txid, bool retryChild
|
||||
retryChildrenCount++;
|
||||
}
|
||||
}
|
||||
// don't try to lock it anymore
|
||||
WITH_LOCK(cs_pendingRetry, pendingRetryTxs.erase(txid));
|
||||
|
||||
if (info.tx) {
|
||||
for (const auto& in : info.tx->vin) {
|
||||
|
Loading…
Reference in New Issue
Block a user