Commit c91bbbbe authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: add nimbus-eth1 net-key (#811)

parent 47204c35
...@@ -131,6 +131,7 @@ def get_config( ...@@ -131,6 +131,7 @@ def get_config(
cmd = [ cmd = [
"--log-level={0}".format(log_level), "--log-level={0}".format(log_level),
"--data-dir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER, "--data-dir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
"--net-key={0}/nodekey".format(EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER),
"--http-port={0}".format(WS_RPC_PORT_NUM), "--http-port={0}".format(WS_RPC_PORT_NUM),
"--http-address=0.0.0.0", "--http-address=0.0.0.0",
"--rpc", "--rpc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment