Pass limit-ledger-size value
This commit is contained in:
committed by
Tyera Eulberg
parent
0924c2d070
commit
51b748408c
@ -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
|
||||
|
Reference in New Issue
Block a user