Skip to content

Commit 598bc3a

Browse files
fix typo
1 parent b903743 commit 598bc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FLAGS="--datadir=$DATA_DIR \
4949
--validators-external-signer-url=$SIGNER_API_URL \
5050
--http-host=0.0.0.0 \
5151
--http-port=$VALIDATOR_API_PORT \
52-
--http-corsdomain=http://0.0.0.0:$VALIDATOR_API_PORT \
52+
--http-cors-domain=http://0.0.0.0:$VALIDATOR_API_PORT \
5353
--graffiti=$VALID_GRAFFITI \
5454
--suggested-fee-recipient=$VALID_FEE_RECIPIENT \
5555
--verbosity=$VERBOSITY \

0 commit comments

Comments
 (0)