Skip to content

Commit

Permalink
bug fix: eth_blockNumber (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelilat authored Nov 7, 2024
1 parent 13050f0 commit 0b496a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 0b496a4

Please sign in to comment.