From 2e40a23146384c4030f66e4f069c0b10d81afee2 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Sat, 25 May 2024 00:08:54 +0800 Subject: [PATCH] lnrpc: fix linter --- lnrpc/walletrpc/walletkit_server.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lnrpc/walletrpc/walletkit_server.go b/lnrpc/walletrpc/walletkit_server.go index f5ac051b3..4c3996515 100644 --- a/lnrpc/walletrpc/walletkit_server.go +++ b/lnrpc/walletrpc/walletkit_server.go @@ -1660,8 +1660,6 @@ func (w *WalletKit) fundPsbtInternalWallet(account string, // fundPsbtCoinSelect uses the "new" PSBT funding method using the channel // funding coin selection algorithm that allows specifying custom inputs while // selecting coins. -// -//nolint:funlen func (w *WalletKit) fundPsbtCoinSelect(account string, changeIndex int32, packet *psbt.Packet, minConfs int32, changeType chanfunding.ChangeAddressType,