mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
lnwallet: set OpenChannel's internal db pointer
This commit is contained in:
parent
4b16763f4d
commit
983294c444
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue