mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 10:33:12 +02:00
removes duplicated default message on queryroutes command
This commit is contained in:
@@ -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{
|
||||||
|
Reference in New Issue
Block a user