lncli: chan_point option for abandonchannel [skip ci]

This commit is contained in:
Slyghtning 2022-07-11 09:06:42 -04:00
parent 47822fada6
commit 2f5192012e
2 changed files with 7 additions and 1 deletions

View File

@ -1150,6 +1150,12 @@ var abandonChannelCommand = cli.Command{
Usage: "the output index for the funding output of the funding " +
"transaction",
},
cli.StringFlag{
Name: "chan_point",
Usage: "(optional) the channel point. If set, " +
"funding_txid and output_index flags and " +
"positional arguments will be ignored",
},
cli.BoolFlag{
Name: "i_know_what_i_am_doing",
Usage: "override the requirement for lnd needing to " +

View File

@ -22,7 +22,7 @@
need to explicitly specify the `--private` flag.
* [Add `chan_point` flag to
`updatechanstatus`](https://github.com/lightningnetwork/lnd/pull/6705)
`updatechanstatus` and `abandonchannel`](https://github.com/lightningnetwork/lnd/pull/6705)
to offer a convenient way to specify the channel to be updated.
* [Add `ignore_pair` flag to