mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-30 22:02:40 +02:00
Merge pull request #3870 from Septem151/rpc-autopilot-fix
Fix typo in "query" rpc for autopilot.
This commit is contained in:
@@ -96,7 +96,7 @@ func disable(ctx *cli.Context) error {
|
||||
|
||||
var queryScoresCommand = cli.Command{
|
||||
Name: "query",
|
||||
Usage: "Query the autopilot heuristcs for nodes' scores.",
|
||||
Usage: "Query the autopilot heuristics for nodes' scores.",
|
||||
ArgsUsage: "[flags] <pubkey> <pubkey> <pubkey> ...",
|
||||
Description: "",
|
||||
Action: actionDecorator(queryScores),
|
||||
|
Reference in New Issue
Block a user