From 2c5d50540300b5a89ade20f684a809f050b9b4f4 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 30 May 2024 17:09:36 +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 eb3fa26..6546a3c 100644 --- a/0g.sh +++ b/0g.sh @@ -323,7 +323,7 @@ function uninstall_old_node() { # 导出验证者key function export_priv_validator_key() { echo "====================请将下方所有内容备份到自己的记事本或者excel表格中记录===========================================" - cat ~/.0gchaind/config/priv_validator_key.json + cat ~/.0gchain/config/priv_validator_key.json }