Update 0g.sh

This commit is contained in:
smeb y 2024-05-30 17:09:36 +08:00 committed by GitHub
parent 01244b746b
commit 2c5d505403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -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
}