mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
parent
48b4e8069c
commit
698843b45f
1 changed files with 1 additions and 1 deletions
|
|
@ -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", {})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue