mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
Merge pull request #6718 from hieblmi/chan-point-for-updatechanstatus
lncli: chan_point option for abandonchannel
This commit is contained in:
commit
1e02d8910f
@ -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 " +
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user