mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
note to self, abstract reservations further
This commit is contained in:
parent
ca40a2d924
commit
bf5f630e53
2 changed files with 2 additions and 0 deletions
1
wallet/reservation.go
Normal file
1
wallet/reservation.go
Normal file
|
@ -0,0 +1 @@
|
|||
package wallet
|
|
@ -410,6 +410,7 @@ func (l *LightningWallet) handleFundingCancelRequest(req *fundingReserveCancelMs
|
|||
}
|
||||
|
||||
// AddCounterPartyFunds...
|
||||
// TODO(roasbeef): abstract out "Reservations" to own struct, with ref to wallet?
|
||||
func (l *LightningWallet) AddCounterPartyFundsForReservation(
|
||||
reservationId uint64,
|
||||
theirInputs []*wire.TxIn,
|
||||
|
|
Loading…
Add table
Reference in a new issue