net.sh: Support multiple validators with active stake from the start
This commit is contained in:
committed by
mergify[bot]
parent
f54941fa15
commit
775340c6f3
@ -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
|
||||
|
Reference in New Issue
Block a user