lnwallet/reservation: properly populate request struct, forgot err chan

This commit is contained in:
Olaoluwa Osuntokun 2015-11-29 12:19:13 -08:00
parent 42ba1a5394
commit dbc9c27758

View File

@ -72,6 +72,7 @@ func (r *ChannelReservation) AddFunds(theirInputs []*wire.TxIn, theirChangeOutpu
theirInputs: theirInputs,
theirChangeOutputs: theirChangeOutputs,
theirKey: multiSigKey,
err: errChan,
}
return <-errChan