Skip to content

Commit

Permalink
Update src/el/besu/besu_launcher.star
Browse files Browse the repository at this point in the history
Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com>
Signed-off-by: Parithosh Jayanthi <parithosh@indenwolken.xyz>
  • Loading branch information
parithosh and barnabasbusa authored Jun 21, 2024
1 parent 7ac12d1 commit 2cf4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/el/besu/besu_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def get_config(
"--metrics-host=0.0.0.0",
"--metrics-port={0}".format(METRICS_PORT_NUM),
"--min-gas-price=1000000000",
"--bonsai-limit-trie-logs-enabled=false",
"--bonsai-limit-trie-logs-enabled=false" if "verkle" not in network else "" ,
]
if network not in constants.PUBLIC_NETWORKS:
cmd.append(
Expand Down

0 comments on commit 2cf4644

Please sign in to comment.