From 908c5bc93e67c948c330ccebb7792009d2fd48f1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 20 Sep 2024 04:34:23 +0200 Subject: [PATCH] enable debug --- core-chain/mainnet/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-chain/mainnet/config.toml b/core-chain/mainnet/config.toml index 4f01856e..e60137bb 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -43,10 +43,10 @@ NoUSB = true InsecureUnlockAllowed = false HTTPPort = 8545 HTTPVirtualHosts = ["*"] -HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi"] +HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi", "debug"] WSPort = 8545 WSHost = "0.0.0.0" -WSModules = ["eth", "net", "web3", "txpool", "satoshi"] +WSModules = ["eth", "net", "web3", "txpool", "satoshi", "debug"] [Node.P2P] MaxPeers = 200 NoDiscovery = false