add admin api
This commit is contained in:
@@ -31,7 +31,7 @@ HTTPHost = "0.0.0.0"
|
||||
InsecureUnlockAllowed = false
|
||||
HTTPPort = 8545
|
||||
HTTPVirtualHosts = ["*"]
|
||||
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
|
||||
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
|
||||
WSHost = "0.0.0.0"
|
||||
WSPort = 8545
|
||||
WSModules = ["net", "web3", "eth"]
|
||||
|
||||
Reference in New Issue
Block a user