Merge pull request #3870 from Septem151/rpc-autopilot-fix
Fix typo in "query" rpc for autopilot.
This commit is contained in:
commit
22e1f006b1
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user