From 45efe7cd5689dde7e010de4187b59da549f3ebfe Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 10 Apr 2021 18:24:33 +0100 Subject: [PATCH] Slight reordering of vars. --- tools/block-timings.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/block-timings.sh b/tools/block-timings.sh index 514168dd..5ca4f08a 100755 --- a/tools/block-timings.sh +++ b/tools/block-timings.sh @@ -2,6 +2,9 @@ start_height=$1 count=$2 +target=$3 +deviation=$4 +power=$5 if [ -z "${start_height}" ]; then echo @@ -19,10 +22,6 @@ if [ -z "${start_height}" ]; then exit fi -target=$3 -deviation=$4 -power=$5 - count=${count:=100} target=${target:=60000} deviation=${deviation:=30000}