rpc: getvalidators -> getnextblockvalidators

We don't have `getvalidators` RPS call, there's only
`getnextblockvalidators` in the reference implementation.
This commit is contained in:
Anna Shaleva 2020-10-01 15:26:54 +03:00
parent 08aa773dac
commit fa0bd9f46b
4 changed files with 38 additions and 38 deletions

View file

@ -491,7 +491,7 @@ var rpcTestCases = map[string][]rpcTestCase{
},
},
},
"getvalidators": {
"getnextblockvalidators": {
{
params: "[]",
result: func(*executor) interface{} {