From c4ea18f0a03f5e63a598342358186c604cb1f565 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:12:02 +0800 Subject: [PATCH] Update ore.sh --- ore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ore.sh b/ore.sh index d0d093a..ad0dd16 100644 --- a/ore.sh +++ b/ore.sh @@ -238,7 +238,7 @@ source ~/.bashrc read -p "请输入RPC配置地址: " rpc_address # 用户输入要生成的钱包配置文件数量 -read -p "请输入你想要生成的钱包配置文件数量: " count +read -p "请输入你想要运行的钱包数量: " count # 基础会话名 session_base_name="ore"