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 " +