Pass limit-ledger-size value

This commit is contained in:
Tyera Eulberg 2021-04-21 00:13:29 -06:00 committed by Tyera Eulberg
parent 0924c2d070
commit 51b748408c
1 changed files with 2 additions and 2 deletions

View File

@ -835,8 +835,8 @@ while [[ -n $1 ]]; do
doBuild=false
shift 1
elif [[ $1 = --limit-ledger-size ]]; then
maybeLimitLedgerSize="$1"
shift 1
maybeLimitLedgerSize="$1" "$2"
shift 2
elif [[ $1 = --skip-poh-verify ]]; then
maybeSkipLedgerVerify="$1"
shift 1