From 2e5ad3472d7bb5af1632104877f1e588df1709ac Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:11:21 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Artela.sh b/Artela.sh index 247b5f2..e02d891 100644 --- a/Artela.sh +++ b/Artela.sh @@ -201,7 +201,7 @@ artelad tx staking create-validator validator.json --from $wallet_name \ function delegate_self_validator() { read -p "请输入质押代币数量: " math read -p "请输入钱包名称: " wallet_name -artelad tx staking delegate $(artelad keys show wallet --bech val -a) ${math}art --from $wallet_name --chain-id=artela_11822-1 --gas=300000 -y +artelad tx staking delegate $(artelad keys show $wallet_name --bech val -a) ${math}art --from $wallet_name --chain-id=artela_11822-1 --gas=300000 -y }