Skip to content

Commit

Permalink
fix rosetta version (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonZhouPW authored Jul 17, 2020
1 parent f2c3a1a commit ec3f4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The default configuration file is rosetta-config.json
```json
{
"rosetta":{
"version": "1.4.1",
"version": "1.4.0",
"port": 8080,
"block_wait_time": 1
},
Expand Down Expand Up @@ -115,7 +115,7 @@ Sample
```json
{
"version": {
"rosetta_version": "1.4.1",
"rosetta_version": "1.4.0",
"node_version": "1.11.0"
},
"allow": {
Expand Down
2 changes: 1 addition & 1 deletion rosetta-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rosetta":{
"version": "1.4.1",
"version": "1.4.0",
"port": 8080,
"block_wait_time": 1
},
Expand Down

0 comments on commit ec3f4b1

Please sign in to comment.