From 5ed4c1dacaf48139b2d12d8e213247c213417eb5 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 10 Nov 2020 02:36:14 +0000 Subject: [PATCH] Update vc testnet script (#1859) Updates the local testnet VC scripts to match current functionality. --- scripts/local_testnet/validator_client.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/local_testnet/validator_client.sh b/scripts/local_testnet/validator_client.sh index b68993637c..a62ef2dda5 100755 --- a/scripts/local_testnet/validator_client.sh +++ b/scripts/local_testnet/validator_client.sh @@ -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