net.sh: Support multiple validators with active stake from the start

This commit is contained in:
Trent Nelson
2020-06-03 18:50:57 -06:00
committed by mergify[bot]
parent f54941fa15
commit 775340c6f3
4 changed files with 97 additions and 1 deletions

View File

@ -63,6 +63,9 @@ while [[ -n $1 ]]; do
elif [[ $1 == --wait-for-supermajority ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 == --expected-bank-hash ]]; then
args+=("$1" "$2")
shift 2
else
echo "Unknown argument: $1"
$program --help