mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
cmd/lncli: remove unused time_limit flag
This commit is contained in:
parent
c0141a7bc1
commit
c5b597b501
@ -838,7 +838,7 @@ var closeChannelCommand = cli.Command{
|
||||
To view which funding_txids/output_indexes can be used for a channel close,
|
||||
see the channel_point values within the listchannels command output.
|
||||
The format for a channel_point is 'funding_txid:output_index'.`,
|
||||
ArgsUsage: "funding_txid [output_index [time_limit]]",
|
||||
ArgsUsage: "funding_txid [output_index]",
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "funding_txid",
|
||||
@ -849,15 +849,9 @@ var closeChannelCommand = cli.Command{
|
||||
Usage: "the output index for the funding output of the funding " +
|
||||
"transaction",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "time_limit",
|
||||
Usage: "a relative deadline afterwhich the attempt should be " +
|
||||
"abandoned",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "force",
|
||||
Usage: "after the time limit has passed, attempt an " +
|
||||
"uncooperative closure",
|
||||
Name: "force",
|
||||
Usage: "attempt an uncooperative closure",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "block",
|
||||
|
Loading…
Reference in New Issue
Block a user