Remove validator sanity check (#6435)

automerge
This commit is contained in:
Michael Vines
2019-10-18 08:26:08 -07:00
committed by Grimes
parent 9cf9de6044
commit 6f58bdfcb1
5 changed files with 40 additions and 86 deletions

View File

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