From 90987e787f6b18dffb093b85e8fc46d0b942951a Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 13 Sep 2019 18:00:42 -0300
Subject: [PATCH] Habilitando WS

---
 network/config.toml      | 3 ++-
 test2network/config.toml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/network/config.toml b/network/config.toml
index 235b4db..a414c48 100644
--- a/network/config.toml
+++ b/network/config.toml
@@ -61,8 +61,9 @@ IPCPath = "geth.ipc"
 HTTPPort = 8545
 HTTPVirtualHosts = ["localhost"]
 HTTPModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
+WSHost = "127.0.0.1"
 WSPort = 8546
-WSModules = ["net", "web3", "eth", "shh"]
+WSModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
 GraphQLPort = 8547
 GraphQLVirtualHosts = ["localhost"]
 
diff --git a/test2network/config.toml b/test2network/config.toml
index e31ed59..e94490c 100644
--- a/test2network/config.toml
+++ b/test2network/config.toml
@@ -61,8 +61,9 @@ IPCPath = "geth.ipc"
 HTTPPort = 8545
 HTTPVirtualHosts = ["localhost"]
 HTTPModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
+WSHost = "127.0.0.1"
 WSPort = 8546
-WSModules = ["net", "web3", "eth", "shh"]
+WSModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
 GraphQLPort = 8547
 GraphQLVirtualHosts = ["localhost"]
 
-- 
GitLab