diff --git a/multinode-demo/validator.sh b/multinode-demo/validator.sh index 285ed0273..4b0b658cc 100755 --- a/multinode-demo/validator.sh +++ b/multinode-demo/validator.sh @@ -95,12 +95,6 @@ while [[ -n $1 ]]; do gossip_entrypoint=$2 args+=("$1" "$2") shift 2 - elif [[ $1 = --limit-ledger-size ]]; then - args+=("$1") - shift - elif [[ $1 = --skip-poh-verify ]]; then - args+=("$1") - shift elif [[ $1 = --no-snapshot-fetch ]]; then args+=("$1") shift