From 33bca39c04ceecd394316722ce20cf528d8cc2e5 Mon Sep 17 00:00:00 2001 From: phahulin Date: Wed, 6 Dec 2017 00:41:23 +0300 Subject: [PATCH] Remove cors null option, use default None instead --- nodes/bootnode/node.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/bootnode/node.toml b/nodes/bootnode/node.toml index 1004fe8..8324ba6 100644 --- a/nodes/bootnode/node.toml +++ b/nodes/bootnode/node.toml @@ -4,5 +4,4 @@ base_path = "parity_data" [network] port = 30303 [rpc] -cors="null" apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]