Update 0g.sh

This commit is contained in:
smeb y 2024-04-22 22:28:51 +08:00 committed by GitHub
parent 10342ff84c
commit daa35f4bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -180,7 +180,7 @@ function import_wallet() {
# 查询余额
function check_balances() {
read -p "请输入钱包地址: " wallet_address
evmosd query bank balances "$wallet_address" --node $OG_RPC_PORT
evmosd query bank balances "$wallet_address"
}
# 查看节点同步状态