mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 13:12:11 +02:00
Merge pull request #7176 from b-ryan/fix-bumpfee-doc
Fix bumpfee command doc, incorrect reference to pendingsweeps
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user