note to self, abstract reservations further
This commit is contained in:
parent
ca40a2d924
commit
bf5f630e53
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...
|
// AddCounterPartyFunds...
|
||||||
|
// TODO(roasbeef): abstract out "Reservations" to own struct, with ref to wallet?
|
||||||
func (l *LightningWallet) AddCounterPartyFundsForReservation(
|
func (l *LightningWallet) AddCounterPartyFundsForReservation(
|
||||||
reservationId uint64,
|
reservationId uint64,
|
||||||
theirInputs []*wire.TxIn,
|
theirInputs []*wire.TxIn,
|
||||||
|
Loading…
Reference in New Issue
Block a user