Commit 309c9bfd authored by Oak's avatar Oak Committed by GitHub

fix: typo on cache_test eth_call (#9462)

parent 8a3e411d
......@@ -183,7 +183,7 @@ func TestRPCCacheUnsupportedMethod(t *testing.T) {
name: "eth_call",
req: &RPCReq{
JSONRPC: "2.0",
Method: "eth_gasPrice",
Method: "eth_call",
ID: ID,
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment