mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-29 11:23:31 +02:00
removes duplicated default message on queryroutes command
This commit is contained in:
@@ -2671,7 +2671,7 @@ var queryRoutesCommand = cli.Command{
|
||||
},
|
||||
cli.Int64Flag{
|
||||
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,
|
||||
},
|
||||
cli.Int64Flag{
|
||||
|
Reference in New Issue
Block a user