Skip to content

Commit

Permalink
fix: fix rpc_url
Browse files Browse the repository at this point in the history
127.0.0.01 is accessible but seems to have a typo.
  • Loading branch information
ashchan committed Dec 11, 2018
1 parent f7ee06e commit 62e784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes_template/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"miner": {
"new_transactions_threshold": 8,
"type_hash": "0x321c1ca2887fb8eddaaa7e917399f71e63e03a1c83ff75ed12099a01115ea2ff",
"rpc_url": "http://127.0.0.01:8114/",
"rpc_url": "http://127.0.0.1:8114/",
"poll_interval": 5,
"max_transactions": 10000,
"max_proposals": 10000
Expand Down

0 comments on commit 62e784f

Please sign in to comment.