Skip to content

Commit 372bb52

Browse files
authored
fix: add debug ns to nethermind (ethereum#732)
1 parent f9269ad commit 372bb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/el/nethermind/nethermind_launcher.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_config(
191191
"--datadir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
192192
"--Init.WebSocketsEnabled=true",
193193
"--JsonRpc.Enabled=true",
194-
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin",
194+
"--JsonRpc.EnabledModules=net,eth,consensus,subscribe,web3,admin,debug",
195195
"--JsonRpc.Host=0.0.0.0",
196196
"--JsonRpc.Port={0}".format(RPC_PORT_NUM),
197197
"--JsonRpc.WebSocketsPort={0}".format(WS_PORT_NUM),

0 commit comments

Comments
 (0)