removes duplicated default message on queryroutes command
This commit is contained in:
parent
881ed08709
commit
b61f6fe886
@ -1010,10 +1010,10 @@ var abandonChannelCommand = cli.Command{
|
|||||||
Category: "Channels",
|
Category: "Channels",
|
||||||
Usage: "Abandons an existing channel.",
|
Usage: "Abandons an existing channel.",
|
||||||
Description: `
|
Description: `
|
||||||
Removes all channel state from the database except for a close
|
Removes all channel state from the database except for a close
|
||||||
summary. This method can be used to get rid of permanently unusable
|
summary. This method can be used to get rid of permanently unusable
|
||||||
channels due to bugs fixed in newer versions of lnd.
|
channels due to bugs fixed in newer versions of lnd.
|
||||||
|
|
||||||
Only available when lnd is built in debug mode.
|
Only available when lnd is built in debug mode.
|
||||||
|
|
||||||
To view which funding_txids/output_indexes can be used for this command,
|
To view which funding_txids/output_indexes can be used for this command,
|
||||||
@ -2671,7 +2671,7 @@ var queryRoutesCommand = cli.Command{
|
|||||||
},
|
},
|
||||||
cli.Int64Flag{
|
cli.Int64Flag{
|
||||||
Name: "num_max_routes",
|
Name: "num_max_routes",
|
||||||
Usage: "the max number of routes to be returned (default: 10)",
|
Usage: "the max number of routes to be returned",
|
||||||
Value: 10,
|
Value: 10,
|
||||||
},
|
},
|
||||||
cli.Int64Flag{
|
cli.Int64Flag{
|
||||||
|
Loading…
Reference in New Issue
Block a user