Commit 8fec454f authored by tersec's avatar tersec Committed by GitHub

fix: remove exp RPC API namespace flag from nimbus-eth1 configuration (#767)

https://github.com/status-im/nimbus-eth1/pull/2635
parent ad75fcce
......@@ -189,9 +189,9 @@ def get_config(
"--http-port={0}".format(WS_RPC_PORT_NUM),
"--http-address=0.0.0.0",
"--rpc",
"--rpc-api=eth,debug,exp",
"--rpc-api=eth,debug",
"--ws",
"--ws-api=eth,debug,exp",
"--ws-api=eth,debug",
"--engine-api",
"--engine-api-address=0.0.0.0",
"--engine-api-port={0}".format(ENGINE_RPC_PORT_NUM),
......
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