Skip to content

Commit

Permalink
Update vc testnet script (#1859)
Browse files Browse the repository at this point in the history
Updates the local testnet VC scripts to match current functionality.
  • Loading branch information
AgeManning committed Nov 10, 2020
1 parent f8da151 commit 5ed4c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/local_testnet/validator_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEBUG_LEVEL=${1:-info}
exec lighthouse \
--debug-level $DEBUG_LEVEL \
vc \
--datadir $VALIDATORS_DIR \
--secrets-dir $SECRETS_DIR \
--datadir $DATADIR \
--testnet-dir $TESTNET_DIR \
--init-slashing-protection
--init-slashing-protection \
--allow-unsynced

0 comments on commit 5ed4c1d

Please sign in to comment.