s/authorized_withdrawer_pubkey/authorized_withdrawer/

This commit is contained in:
Michael Vines 2021-09-03 12:56:57 -07:00
parent fa61b90796
commit f1ba759940
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,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