mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 03:54:26 +02:00
chanfunding: use {Lease|Release}Output
not {Lock|Unlock}Outpoint
This commit is contained in:
@@ -851,7 +851,7 @@ func (l *LightningWallet) handleFundingReserveRequest(req *InitFundingReserveMsg
|
||||
cfg := chanfunding.WalletConfig{
|
||||
CoinSource: &CoinSource{l},
|
||||
CoinSelectLocker: l,
|
||||
CoinLocker: l,
|
||||
CoinLeaser: l,
|
||||
Signer: l.Cfg.Signer,
|
||||
DustLimit: DustLimitForSize(
|
||||
input.P2WSHSize,
|
||||
|
Reference in New Issue
Block a user