(cherry picked from commit 3af8cb0150
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
@ -835,7 +835,7 @@ while [[ -n $1 ]]; do
|
|||||||
doBuild=false
|
doBuild=false
|
||||||
shift 1
|
shift 1
|
||||||
elif [[ $1 = --limit-ledger-size ]]; then
|
elif [[ $1 = --limit-ledger-size ]]; then
|
||||||
maybeLimitLedgerSize="$1" "$2"
|
maybeLimitLedgerSize="$1 $2"
|
||||||
shift 2
|
shift 2
|
||||||
elif [[ $1 = --skip-poh-verify ]]; then
|
elif [[ $1 = --skip-poh-verify ]]; then
|
||||||
maybeSkipLedgerVerify="$1"
|
maybeSkipLedgerVerify="$1"
|
||||||
|
Reference in New Issue
Block a user