chanfunding: use {Lease|Release}Output not {Lock|Unlock}Outpoint

This commit is contained in:
Alex Akselrod
2024-02-21 14:15:45 -08:00
parent 4d2ab7423f
commit 6ad86a800c
4 changed files with 33 additions and 18 deletions

View File

@@ -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,