mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
cleanup rpc/handlers
This commit is contained in:
@ -18,8 +18,8 @@ import (
|
||||
)
|
||||
|
||||
func TestJSONStatus(t *testing.T) {
|
||||
s := rpc.JsonRpc{
|
||||
JsonRpc: "2.0",
|
||||
s := rpc.JSONRPC{
|
||||
JSONRPC: "2.0",
|
||||
Method: "status",
|
||||
Params: []interface{}{},
|
||||
Id: 0,
|
||||
@ -53,8 +53,8 @@ func TestJSONStatus(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestJSONGenPriv(t *testing.T) {
|
||||
s := rpc.JsonRpc{
|
||||
JsonRpc: "2.0",
|
||||
s := rpc.JSONRPC{
|
||||
JSONRPC: "2.0",
|
||||
Method: "unsafe/gen_priv_account",
|
||||
Params: []interface{}{},
|
||||
Id: 0,
|
||||
|
Reference in New Issue
Block a user