From d9a2300be4e07fcd874d576fda7182acbdf5be2e Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:18:56 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0g.sh b/0g.sh index 9ffa5c3..11c0757 100644 --- a/0g.sh +++ b/0g.sh @@ -185,7 +185,7 @@ function check_balances() { # 查看节点同步状态 function check_sync_status() { - evmosd status 2>&1 --node $OG_RPC_PORT | jq .SyncInfo + evmosd status 2>&1 | jq .SyncInfo } # 创建验证者