From d4eb7f2e666476737cf0aa1c2d07e198dc649e41 Mon Sep 17 00:00:00 2001 From: Buck Ryan Date: Fri, 18 Nov 2022 09:48:58 -0500 Subject: [PATCH] Fix bumpfee command doc, incorrect reference to pendingsweeps [skip ci] --- cmd/lncli/walletrpc_active.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/walletrpc_active.go b/cmd/lncli/walletrpc_active.go index 34802f1a7..676305d9e 100644 --- a/cmd/lncli/walletrpc_active.go +++ b/cmd/lncli/walletrpc_active.go @@ -169,7 +169,7 @@ var bumpFeeCommand = cli.Command{ rely on bumping the fee on a specific transaction, since transactions can change at any point with the addition of new inputs. The list of inputs that currently exist within lnd's central batching engine can be - retrieved through lncli pendingsweeps. + retrieved through lncli wallet pendingsweeps. When bumping the fee of an input that currently exists within lnd's central batching engine, a higher fee transaction will be created that