Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 14, 2024
1 parent d582202 commit d3b383e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,7 @@ def start_cdk_erigon_node(
files={
"/etc/cdk-erigon": config,
},
# TODO: Uncomment this once the wrong root problem is solved
# ports={"http_rpc": PortSpec(8545, application_protocol="http")},
ports={"http_rpc": PortSpec(8545, application_protocol="http")},
cmd=["--config=/etc/cdk-erigon/config.yaml", "--maxpeers=0"],
),
)

0 comments on commit d3b383e

Please sign in to comment.