Merge pull request #7431 from Crypt-iQ/remove_res_ids

lnwallet: remove from reservationIDs
This commit is contained in:
Oliver Gugger 2023-02-21 12:36:10 +01:00 committed by GitHub
commit d44823f6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()