Skip to content

Commit c6a566b

Browse files
committed
Removed deprecated Besu param.
1 parent e7c3ba3 commit c6a566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/scripts/start-ec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ if [ "$CLIENT" = "besu" ]; then
266266
--engine-rpc-port=${EC_ENGINE_PORT:-8551} \
267267
--engine-host-allowlist=* \
268268
--engine-jwt-secret=/secrets/jwtsecret \
269-
--Xsnapsync-synchronizer-flat-db-healing-enabled=true \
269+
--Xbonsai-full-flat-db-enabled=true \
270270
$EC_ADDITIONAL_FLAGS"
271271

272272
if [ "$BESU_ARCHIVE_MODE" = "true" ]; then

0 commit comments

Comments
 (0)