Skip to content

Commit 6cd4423

Browse files
authored
Merge pull request #9204 from ethereum/api-fix
add note to eth_protocolVersion in RPC-API
2 parents fb624a7 + 102c126 commit 6cd4423

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":
271271

272272
### eth_protocolVersion {#eth_protocolversion}
273273

274-
Returns the current Ethereum protocol version.
274+
Returns the current Ethereum protocol version. Note that this method is [not available in Geth](https://github.com/ethereum/go-ethereum/pull/22064#issuecomment-788682924).
275275

276276
**Parameters**
277277

0 commit comments

Comments
 (0)