Update 0g.sh

This commit is contained in:
smeb y 2024-04-23 22:47:00 +08:00 committed by GitHub
parent 983c144223
commit 4aba6ff365
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"
evmosd query bank balances "$wallet_address" --node $OG_RPC_PORT
}
# 查看节点同步状态