From 1a5118de49440dd690320b9b43d00876d01bb7a5 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 3 Jun 2018 14:15:29 -0400 Subject: [PATCH] add debug and admin to http modules --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 23515e0b2f..e48def5a74 100644 --- a/config.toml +++ b/config.toml @@ -45,7 +45,7 @@ HTTPHost = "127.0.0.1" HTTPPort = 8545 HTTPCors = ["*"] HTTPVirtualHosts = ["localhost"] -HTTPModules = ["net", "web3", "eth", "shh"] +HTTPModules = ["net", "web3", "eth", "shh", "admin", "debug"] WSPort = 8546 WSModules = ["net", "web3", "eth", "shh"]