mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-22 23:03:43 +02:00
lnrpc: fix linter
This commit is contained in:
parent
5e8452cc5d
commit
2e40a23146
@ -1660,8 +1660,6 @@ func (w *WalletKit) fundPsbtInternalWallet(account string,
|
|||||||
// fundPsbtCoinSelect uses the "new" PSBT funding method using the channel
|
// fundPsbtCoinSelect uses the "new" PSBT funding method using the channel
|
||||||
// funding coin selection algorithm that allows specifying custom inputs while
|
// funding coin selection algorithm that allows specifying custom inputs while
|
||||||
// selecting coins.
|
// selecting coins.
|
||||||
//
|
|
||||||
//nolint:funlen
|
|
||||||
func (w *WalletKit) fundPsbtCoinSelect(account string, changeIndex int32,
|
func (w *WalletKit) fundPsbtCoinSelect(account string, changeIndex int32,
|
||||||
packet *psbt.Packet, minConfs int32,
|
packet *psbt.Packet, minConfs int32,
|
||||||
changeType chanfunding.ChangeAddressType,
|
changeType chanfunding.ChangeAddressType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user