lnwallet: remove from reservationIDs

This commit is contained in:
eugene
2023-02-20 12:47:45 -05:00
parent 0f079729c1
commit 2c7f118d4e

View File

@@ -2072,6 +2072,7 @@ func (l *LightningWallet) handleSingleFunderSigs(req *addSingleFunderSigsMsg) {
l.limboMtx.Lock()
delete(l.fundingLimbo, req.pendingFundingID)
delete(l.reservationIDs, pendingReservation.pendingChanID)
l.limboMtx.Unlock()
l.intentMtx.Lock()