Update node.toml

This commit is contained in:
phahulin 2017-10-27 17:45:06 +03:00 committed by GitHub
parent e8a9374ff5
commit aa2f1b754f
1 changed files with 1 additions and 1 deletions

View File

@ -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