From 14081f67a15cb8646b5e19f021bc822b33cf448f Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 12 Apr 2024 15:03:41 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Artela.sh b/Artela.sh index 64ec969..a7c355c 100644 --- a/Artela.sh +++ b/Artela.sh @@ -167,20 +167,23 @@ function check_sync_status() { # 创建验证者 function add_validator() { - pubkey=$(artelad tendermint show-validator) read -p "请输入您的钱包名称: " wallet_name read -p "请输入您想设置的验证者的名字: " validator_name - read -p "请输入您的验证者详情(例如'吊毛资本'): " details sudo tee ~/validator.json >> /dev/null <