lnwallet/reservation: properly populate request struct, forgot err chan
This commit is contained in:
parent
42ba1a5394
commit
dbc9c27758
@ -72,6 +72,7 @@ func (r *ChannelReservation) AddFunds(theirInputs []*wire.TxIn, theirChangeOutpu
|
||||
theirInputs: theirInputs,
|
||||
theirChangeOutputs: theirChangeOutputs,
|
||||
theirKey: multiSigKey,
|
||||
err: errChan,
|
||||
}
|
||||
|
||||
return <-errChan
|
||||
|
Loading…
Reference in New Issue
Block a user