add debug and admin to http modules

This commit is contained in:
greg 2018-06-03 14:15:29 -04:00
parent 3e8be96a58
commit 1a5118de49

View file

@ -45,7 +45,7 @@ HTTPHost = "127.0.0.1"
HTTPPort = 8545 HTTPPort = 8545
HTTPCors = ["*"] HTTPCors = ["*"]
HTTPVirtualHosts = ["localhost"] HTTPVirtualHosts = ["localhost"]
HTTPModules = ["net", "web3", "eth", "shh"] HTTPModules = ["net", "web3", "eth", "shh", "admin", "debug"]
WSPort = 8546 WSPort = 8546
WSModules = ["net", "web3", "eth", "shh"] WSModules = ["net", "web3", "eth", "shh"]