lnwallet: set OpenChannel's internal db pointer
This commit is contained in:
parent
4b16763f4d
commit
983294c444
@ -137,6 +137,7 @@ func newChannelReservation(t FundingType, fundingAmt btcutil.Amount,
|
||||
OurBalance: fundingAmt,
|
||||
TheirBalance: fundingAmt,
|
||||
MinFeePerKb: minFeeRate,
|
||||
Db: wallet.channelDB,
|
||||
},
|
||||
reservationID: id,
|
||||
wallet: wallet,
|
||||
|
Loading…
Reference in New Issue
Block a user