Skip to content

Commit

Permalink
Add shut-down-when-validator-slashed-enabled to Teku
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Mar 27, 2024
1 parent c49d2f1 commit 59a82fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/scripts/start-bn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ if [ "$CC_CLIENT" = "teku" ]; then
--ee-jwt-secret-file=/secrets/jwtsecret \
--beacon-liveness-tracking-enabled \
--validators-proposer-default-fee-recipient=$RETH_ADDRESS \
--shut-down-when-validator-slashed-enabled=true \
$BN_ADDITIONAL_FLAGS"

if [ "$TEKU_ARCHIVE_MODE" = "true" ]; then
Expand Down

0 comments on commit 59a82fd

Please sign in to comment.