From 2e3bec0f00c723dbb28968bbf8431a9fa92ca75e Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 26 Jul 2018 13:08:51 -0400 Subject: [PATCH] re-enable proxy --- test_apps/test_app/config/blockchain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_apps/test_app/config/blockchain.json b/test_apps/test_app/config/blockchain.json index 85cc2aab..5f6ff2d9 100644 --- a/test_apps/test_app/config/blockchain.json +++ b/test_apps/test_app/config/blockchain.json @@ -16,7 +16,7 @@ "wsRPC": true, "wsHost": "localhost", "wsPort": 8546, - "proxy": false + "proxy": true }, "privatenet": { "enabled": true,