Remove solana-vote-signer (#14099)

This commit is contained in:
Michael Vines
2020-12-13 19:12:20 -08:00
committed by GitHub
parent deaa27fbdb
commit cdd3e7d856
14 changed files with 1 additions and 662 deletions

View File

@ -109,9 +109,6 @@ while [[ -n $1 ]]; do
elif [[ $1 = --rpc-faucet-address ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --vote-signer-address ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --accounts ]]; then
args+=("$1" "$2")
shift 2