Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lighthouse/docker-entrypoint-vc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading