diff --git a/node0.toml b/node0.toml index fac40a6..e5326b1 100644 --- a/node0.toml +++ b/node0.toml @@ -8,8 +8,6 @@ port = 8540 apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"] [ui] port = 8180 -[dapps] -port = 8080 [account] password = ["node.pwds"] [mining] diff --git a/node1.toml b/node1.toml index de1db8c..1695f47 100644 --- a/node1.toml +++ b/node1.toml @@ -8,8 +8,6 @@ port = 8541 apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"] [ui] port = 8181 -[dapps] -port = 8081 [account] password = ["node.pwds"] [mining]