s/authorized_withdrawer_pubkey/authorized_withdrawer/

(cherry picked from commit f1ba759940)
This commit is contained in:
Michael Vines
2021-09-03 12:56:57 -07:00
parent a8ec380c56
commit 2e4a2c15be

View File

@ -78,7 +78,7 @@ while [[ -n $1 ]]; do
args+=("$1" "$2")
shift 2
elif [[ $1 = --authorized-withdrawer ]]; then
authorized_withdrawer_pubkey=$2
authorized_withdrawer=$2
shift 2
elif [[ $1 = --vote-account ]]; then
vote_account=$2