We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--graffiti-append
1 parent bd9dc24 commit 9e67eb3Copy full SHA for 9e67eb3
1 file changed
lighthouse/docker-entrypoint-vc.sh
@@ -103,5 +103,5 @@ if [[ "${DEFAULT_GRAFFITI}" = "true" ]]; then
103
else
104
# Word splitting is desired for the command line parameters
105
# shellcheck disable=SC2086
106
- exec "$@" ${__network} "--graffiti" "${GRAFFITI}" ${__mev_boost} ${__mev_factor} ${__beacon_stats} ${__doppel} ${__att_aggr} ${VC_EXTRAS}
+ exec "$@" ${__network} "--graffiti-append --graffiti" "${GRAFFITI}" ${__mev_boost} ${__mev_factor} ${__beacon_stats} ${__doppel} ${__att_aggr} ${VC_EXTRAS}
107
fi
0 commit comments