mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-08 23:19:26 +00:00
fix: typo
This commit is contained in:
parent
7f8b1b2089
commit
100d516794
2 changed files with 2 additions and 2 deletions
|
@ -207,6 +207,6 @@ pub fn init_auto(app: &mut App) {
|
||||||
info!("Skipping auto-xmrig...");
|
info!("Skipping auto-xmrig...");
|
||||||
}
|
}
|
||||||
// [XvB]
|
// [XvB]
|
||||||
// For now, the XvB client of the API for receiving public informations is always enabled.
|
// For now, the XvB client of the API for receiving public information is always enabled.
|
||||||
Helper::start_xvb(&app.helper);
|
Helper::start_xvb(&app.helper);
|
||||||
}
|
}
|
||||||
|
|
|
@ -185,7 +185,7 @@ pub const STATUS_XMRIG_THREADS: &str = "The amount of threads XMRig is currently
|
||||||
pub const STATUS_XVB_TIME_REMAIN: &str = "Minutes left before end of round";
|
pub const STATUS_XVB_TIME_REMAIN: &str = "Minutes left before end of round";
|
||||||
pub const STATUS_XVB_ROUND_TYPE: &str = "The current round type";
|
pub const STATUS_XVB_ROUND_TYPE: &str = "The current round type";
|
||||||
pub const STATUS_XVB_PLAYERS: &str =
|
pub const STATUS_XVB_PLAYERS: &str =
|
||||||
"Numbers of registred players and currently playing in the round";
|
"Numbers of registered players and currently playing in the round";
|
||||||
pub const STATUS_XVB_DONATED_HR: &str = "Hashrate donated to the raffle";
|
pub const STATUS_XVB_DONATED_HR: &str = "Hashrate donated to the raffle";
|
||||||
pub const STATUS_XVB_WINNER: &str = "Current Raffle Winner";
|
pub const STATUS_XVB_WINNER: &str = "Current Raffle Winner";
|
||||||
pub const STATUS_XVB_SHARE: &str = "Share effort";
|
pub const STATUS_XVB_SHARE: &str = "Share effort";
|
||||||
|
|
Loading…
Reference in a new issue