Update Artela.sh

This commit is contained in:
smeb y 2024-05-21 16:57:16 +08:00 committed by GitHub
parent e30c7382af
commit 849607cb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
# 查看节点同步状态