diff --git a/proxy.go b/proxy.go index 3fb0d1e..7276f7e 100644 --- a/proxy.go +++ b/proxy.go @@ -145,7 +145,7 @@ func (p *Server) Example(w http.ResponseWriter, r *http.Request) { case "clique_getVotersAtHash": do(hexHash) case "eth_blockNumber": - do(hexNumOrLatest) + do() case "eth_chainId": do() case "eth_gasPrice":