From 8ac87b7c2853c47f5c7d6b994c5e14d68e5e0d3e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:20:46 +0100 Subject: [PATCH] fix the config --- core-chain/mainnet/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/core-chain/mainnet/config.toml b/core-chain/mainnet/config.toml index 5b80d0fa..7f823faf 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -34,7 +34,6 @@ OracleThreshold = 1000 [Node] DataDir = "/data" IPCPath = "geth.ipc" -HTTPHost = "localhost" NoUSB = true InsecureUnlockAllowed = false HTTPHost = "0.0.0.0"