From aa2f1b754fb2cd4e3d75011aaa43c2171c0b825f Mon Sep 17 00:00:00 2001 From: phahulin Date: Fri, 27 Oct 2017 17:45:06 +0300 Subject: [PATCH] Update node.toml --- TestTestNet/netstats-server/node.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestTestNet/netstats-server/node.toml b/TestTestNet/netstats-server/node.toml index 20a9824..f86b216 100644 --- a/TestTestNet/netstats-server/node.toml +++ b/TestTestNet/netstats-server/node.toml @@ -11,7 +11,7 @@ cors = "all" interface = "all" hosts = ["all"] port = 8545 -apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"] +apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"] [ui] interface = "0.0.0.0" port = 8180