From 514bf32b99b261ccd3328c7ceeda0d64b3f227b3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 19 Jan 2019 20:28:56 -0800 Subject: [PATCH] Enable ledger verification for non-perf testnets --- ci/testnet-manager.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index dddb193336..396558d938 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -184,7 +184,6 @@ start() { testnet-edge) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ @@ -208,7 +207,6 @@ start() { testnet-beta) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ @@ -233,7 +231,6 @@ start() { testnet) ( set -x - NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \