From a584baa7601db97df7efc32472f05b92f8f7beb4 Mon Sep 17 00:00:00 2001 From: Edgar Aroutiounian Date: Thu, 21 Nov 2019 08:01:07 -0800 Subject: [PATCH] [deploy] Temp disable debug_staking command --- test/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy.sh b/test/deploy.sh index 478d322cf..1d47ce1dc 100755 --- a/test/deploy.sh +++ b/test/deploy.sh @@ -212,7 +212,7 @@ while IFS='' read -r line || [[ -n "$line" ]]; do done < $config if [ "$DOTEST" == "true" ]; then - debug_staking + # debug_staking echo "waiting for some block rewards" sleep 60 i=1