Commit 698843b4 authored by Kenso Trabing's avatar Kenso Trabing Committed by Péter Szilágyi

rpc: fix example typo (#18100)

whishes --> wishes
parent 48b4e806
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
) )
// In this example, our client whishes to track the latest 'block number' // In this example, our client wishes to track the latest 'block number'
// known to the server. The server supports two methods: // known to the server. The server supports two methods:
// //
// eth_getBlockByNumber("latest", {}) // eth_getBlockByNumber("latest", {})
......
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