RequestChannelReservation -> InitChannelReservation

This commit is contained in:
Olaoluwa Osuntokun 2015-11-27 00:49:48 -06:00
parent 75d7c26e57
commit 11179bf5c0

View File

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