diff --git a/lighthouse/docker-entrypoint-vc.sh b/lighthouse/docker-entrypoint-vc.sh index c15adcf8..d1e5cc64 100755 --- a/lighthouse/docker-entrypoint-vc.sh +++ b/lighthouse/docker-entrypoint-vc.sh @@ -96,6 +96,9 @@ else __att_aggr="" fi +# Web3signer note: Lighthouse uses the URL given to it by the keymanager remote registration. It does +# not use a parameter to connect the VC to Web3signer. This is unique to Lighthouse + if [[ "${DEFAULT_GRAFFITI}" = "true" ]]; then # Word splitting is desired for the command line parameters # shellcheck disable=SC2086