From 420a240c478e0efb505442534cf972c488ecce77 Mon Sep 17 00:00:00 2001 From: Jacky Wang Date: Mon, 27 Jul 2020 12:05:09 -0700 Subject: [PATCH] [cmd] updated deploy.sh for adding legacy flags for nodes --- test/deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/deploy.sh b/test/deploy.sh index 924ac945f..306f4e4de 100755 --- a/test/deploy.sh +++ b/test/deploy.sh @@ -106,16 +106,16 @@ function launch_localnet() { args=("${args[@]}" "--node_type=explorer" "--shard_id=${shard}") ;; archival) - args=("${args[@]}" --is_archival "--staking=false") + args=("${args[@]}" --is_archival "--run.legacy") ;; leader) - args=("${args[@]}" --is_leader "--staking=false") + args=("${args[@]}" --is_leader "--run.legacy") ;; external) - args=("${args[@]}" "--staking=true") + continue ;; client) - continue + args=("${args[@]}" "--run.legacy") ;; esac