From 2e4a2c15be6be13d643fa645a60099effec7938c 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/ (cherry picked from commit f1ba759940d6c61adfe6d493b6a078df8ec35ec3) --- 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 b1c7f1638d..43e63a962c 100755 --- a/multinode-demo/validator.sh +++ b/multinode-demo/validator.sh @@ -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