RequestChannelReservation -> InitChannelReservation
This commit is contained in:
parent
75d7c26e57
commit
11179bf5c0
@ -283,7 +283,7 @@ out:
|
||||
}
|
||||
|
||||
// RequestFundingReservation...
|
||||
func (l *LightningWallet) RequestChannelReservation(a btcutil.Amount, t FundingType) (*ChannelReservation, error) {
|
||||
func (l *LightningWallet) InitChannelReservation(a btcutil.Amount, t FundingType) (*ChannelReservation, error) {
|
||||
errChan := make(chan error, 1)
|
||||
respChan := make(chan *ChannelReservation, 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user