From f1ba759940d6c61adfe6d493b6a078df8ec35ec3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 3 Sep 2021 12:56:57 -0700 Subject: [PATCH] s/authorized_withdrawer_pubkey/authorized_withdrawer/ --- multinode-demo/validator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multinode-demo/validator.sh b/multinode-demo/validator.sh index 203003bc21..239e7c8c23 100755 --- a/multinode-demo/validator.sh +++ b/multinode-demo/validator.sh @@ -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