rpc: getvalidators -> getnextblockvalidators
We don't have `getvalidators` RPS call, there's only `getnextblockvalidators` in the reference implementation.
This commit is contained in:
parent
08aa773dac
commit
fa0bd9f46b
4 changed files with 38 additions and 38 deletions
|
@ -491,7 +491,7 @@ var rpcTestCases = map[string][]rpcTestCase{
|
|||
},
|
||||
},
|
||||
},
|
||||
"getvalidators": {
|
||||
"getnextblockvalidators": {
|
||||
{
|
||||
params: "[]",
|
||||
result: func(*executor) interface{} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue