Add --trusted-validator support for snapshot hash validation (#8390) (#8393)

automerge
This commit is contained in:
mergify[bot]
2020-02-21 19:46:43 -08:00
committed by GitHub
parent df2b4d31b7
commit 2d0ee7e3dc
8 changed files with 135 additions and 32 deletions

View File

@@ -139,6 +139,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --log ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --trusted-validator ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = -h ]]; then
usage "$@"
else