mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
fix: typo
This commit is contained in:
parent
c0acc627d3
commit
2f7cb45117
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue