aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorKenso Trabing <kenso.trabing@bloomwebsite.com>2018-11-14 18:21:10 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-14 18:21:10 +0800
commit698843b45f0dddd6f862c0733838272e6b4aa7f8 (patch)
treed105fd8e0f129d3e7cf880dd9d90a39764d8d093 /rpc
parent48b4e8069cc1505a68bf69e8209dc17a9ecbfc96 (diff)
downloadgo-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar.gz
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar.bz2
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar.lz
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar.xz
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.tar.zst
go-tangerine-698843b45f0dddd6f862c0733838272e6b4aa7f8.zip
rpc: fix example typo (#18100)
whishes --> wishes
Diffstat (limited to 'rpc')
-rw-r--r--rpc/client_example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client_example_test.go b/rpc/client_example_test.go
index 9c21c12d5..3bb8717b8 100644
--- a/rpc/client_example_test.go
+++ b/rpc/client_example_test.go
@@ -25,7 +25,7 @@ import (
"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:
//
// eth_getBlockByNumber("latest", {})