Plumb --wait-for-supermajority through scripts (#10611)
This commit is contained in:
@ -148,6 +148,9 @@ while [[ -n $1 ]]; do
|
||||
elif [[ $1 = --max-genesis-archive-unpacked-size ]]; then
|
||||
args+=("$1" "$2")
|
||||
shift 2
|
||||
elif [[ $1 == --wait-for-supermajority ]]; then
|
||||
args+=("$1" "$2")
|
||||
shift 2
|
||||
elif [[ $1 = -h ]]; then
|
||||
usage "$@"
|
||||
else
|
||||
|
Reference in New Issue
Block a user