Merge pull request #3870 from Septem151/rpc-autopilot-fix

Fix typo in "query" rpc for autopilot.
This commit is contained in:
Olaoluwa Osuntokun
2020-01-02 16:03:05 -08:00
committed by GitHub

View File

@@ -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),