From 2f7cb451172e65ee3b01c5e6de0f644691bfc5cc Mon Sep 17 00:00:00 2001 From: mostafaei2002 Date: Tue, 4 Jun 2024 16:52:33 +0330 Subject: [PATCH] fix: typo --- src/helper/xvb/nodes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/xvb/nodes.rs b/src/helper/xvb/nodes.rs index 88042b2..1ae4fae 100644 --- a/src/helper/xvb/nodes.rs +++ b/src/helper/xvb/nodes.rs @@ -116,7 +116,7 @@ impl XvbNode { gui_api_xvb, &format!("XvB node ping, {} is selected as the fastest.", node), ); - info!("ProcessState to Syncing after finding joignable node"); + info!("ProcessState to Syncing after finding joinable node"); // could be used by xmrig who signal that a node is not joignable // or by the start of xvb // next iteration of the loop of XvB process will verify if all conditions are met to be alive.