Update node.toml

This commit is contained in:
phahulin 2017-10-27 17:46:29 +03:00 committed by GitHub
parent 3e68d1111d
commit a3a6a98503
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