Skip to content

Commit 89d5172

Browse files
authored
README: fix openrpc version
1 parent 3534472 commit 89d5172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A "swiss army knife" distribution of _go-ethereum_, with support for many species of Ethereum networks.
44
5-
[![OpenRPC](https://img.shields.io/static/v1.svg?label=OpenRPC&message=1.10.0&color=blue)](#openrpc-discovery)
5+
[![OpenRPC](https://img.shields.io/static/v1.svg?label=OpenRPC&message=1.0.10&color=blue)](#openrpc-discovery)
66
[![API Reference](
77
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
88
)](https://godoc.org/github.com/multi-geth/multi-geth)
@@ -274,7 +274,7 @@ $ curl -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","met
274274
"jsonrpc": "2.0",
275275
"id": 1,
276276
"result": {
277-
"openrpc": "1.0.0",
277+
"openrpc": "1.0.10",
278278
"info": {
279279
"description": "This API lets you interact with an EVM-based client via JSON-RPC",
280280
"license": {
@@ -284,7 +284,7 @@ $ curl -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","met
284284
"title": "Ethereum JSON-RPC",
285285
"version": "1.0.0"
286286
},
287-
"servers": null,
287+
"servers": [],
288288
"methods": [
289289
{
290290
"description": "Returns the version of the current client",

0 commit comments

Comments
 (0)