mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
lnwallet/reservation: properly populate request struct, forgot err chan
This commit is contained in:
parent
42ba1a5394
commit
dbc9c27758
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ func (r *ChannelReservation) AddFunds(theirInputs []*wire.TxIn, theirChangeOutpu
|
|||
theirInputs: theirInputs,
|
||||
theirChangeOutputs: theirChangeOutputs,
|
||||
theirKey: multiSigKey,
|
||||
err: errChan,
|
||||
}
|
||||
|
||||
return <-errChan
|
||||
|
|
Loading…
Add table
Reference in a new issue