enable debug

This commit is contained in:
Sebastian
2024-09-20 04:34:23 +02:00
parent d945358d25
commit 908c5bc93e

View File

@@ -43,10 +43,10 @@ NoUSB = true
InsecureUnlockAllowed = false InsecureUnlockAllowed = false
HTTPPort = 8545 HTTPPort = 8545
HTTPVirtualHosts = ["*"] HTTPVirtualHosts = ["*"]
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi"] HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi", "debug"]
WSPort = 8545 WSPort = 8545
WSHost = "0.0.0.0" WSHost = "0.0.0.0"
WSModules = ["eth", "net", "web3", "txpool", "satoshi"] WSModules = ["eth", "net", "web3", "txpool", "satoshi", "debug"]
[Node.P2P] [Node.P2P]
MaxPeers = 200 MaxPeers = 200
NoDiscovery = false NoDiscovery = false