Remove unncessary apis

This commit is contained in:
phahulin 2017-12-19 12:00:12 +03:00 committed by GitHub
parent 394608ec48
commit f50f67e813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ base_path = "parity_data"
[network]
port = 30303
[rpc]
apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]
#apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]
apis = ["web3","eth","net"]