multinode-demo: Pass --accounts through bootstrap leader wrapper

This commit is contained in:
Trent Nelson 2021-01-05 21:01:57 -07:00 committed by Trent Nelson
parent 7b67228bc1
commit 327be55acc
1 changed files with 3 additions and 0 deletions

View File

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