Add --skip-ledger-verify arg
This commit is contained in:
@ -98,6 +98,9 @@ while [[ -n $1 ]]; do
|
||||
elif [[ $1 = --limit-ledger-size ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --skip-ledger-verify ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
elif [[ $1 = --no-snapshot-fetch ]]; then
|
||||
args+=("$1")
|
||||
shift
|
||||
|
Reference in New Issue
Block a user