Remove duplicated args (#7036)

This commit is contained in:
Tyera Eulberg 2019-11-19 09:10:54 -07:00 committed by GitHub
parent 2d7c7b0982
commit 5b7bd24f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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