From 849607cb957614a02ad5d1a207eabb8aa03ea5ba Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 21 May 2024 16:57:16 +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 15b651a..7a9b195 100644 --- a/Artela.sh +++ b/Artela.sh @@ -177,7 +177,7 @@ function import_wallet() { # 查询余额 function check_balances() { read -p "请输入钱包地址: " wallet_address - artelad query bank balances "$wallet_address" --node $Artela_RPC_PORT + artelad query bank balances "$wallet_address" } # 查看节点同步状态