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
commit 22e1f006b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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