Skip to content

Commit 9e67eb3

Browse files
authored
Use new Lighthouse --graffiti-append (#2456)
1 parent bd9dc24 commit 9e67eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lighthouse/docker-entrypoint-vc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ if [[ "${DEFAULT_GRAFFITI}" = "true" ]]; then
103103
else
104104
# Word splitting is desired for the command line parameters
105105
# shellcheck disable=SC2086
106-
exec "$@" ${__network} "--graffiti" "${GRAFFITI}" ${__mev_boost} ${__mev_factor} ${__beacon_stats} ${__doppel} ${__att_aggr} ${VC_EXTRAS}
106+
exec "$@" ${__network} "--graffiti-append --graffiti" "${GRAFFITI}" ${__mev_boost} ${__mev_factor} ${__beacon_stats} ${__doppel} ${__att_aggr} ${VC_EXTRAS}
107107
fi

0 commit comments

Comments
 (0)