Remove ledger verification, it's racy and essentially globaly disabled already (#5867)

This commit is contained in:
Michael Vines
2019-09-11 10:53:10 -07:00
committed by GitHub
parent 92d2452f33
commit bf1ecc2441
5 changed files with 2 additions and 51 deletions

View File

@@ -376,9 +376,6 @@ if ! $skipStart; then
if [[ -n $NO_VALIDATOR_SANITY ]]; then
args+=(-o noValidatorSanity)
fi
if [[ -n $NO_LEDGER_VERIFY ]]; then
args+=(-o noLedgerVerify)
fi
if [[ -n $NO_INSTALL_CHECK ]]; then
args+=(-o noInstallCheck)
fi