From 62e784fec2e5316fdcea16deba6db123401c5367 Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 11 Dec 2018 17:20:24 +0900 Subject: [PATCH] fix: fix rpc_url 127.0.0.01 is accessible but seems to have a typo. --- nodes_template/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes_template/default.json b/nodes_template/default.json index 1e94d24b55..b1e6527d10 100644 --- a/nodes_template/default.json +++ b/nodes_template/default.json @@ -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