Enable leader rotation on edge testnet (#2204)

This commit is contained in:
carllin
2018-12-17 16:04:25 -08:00
committed by GitHub
parent 9720ac0019
commit 69d7384cc0

View File

@@ -203,7 +203,6 @@ start() {
export NO_VALIDATOR_SANITY=1 export NO_VALIDATOR_SANITY=1
ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \
-b \
${maybeDelete:+-d} ${maybeDelete:+-d}
) )
;; ;;