rpc: fix example typo (#18100)

whishes --> wishes
This commit is contained in:
Kenso Trabing 2018-11-14 05:21:10 -05:00 committed by Péter Szilágyi
parent 48b4e8069c
commit 698843b45f

View File

@ -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", {})