mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-08 06:59:24 +00:00
fix: fmt
This commit is contained in:
parent
26fc4a9fa4
commit
4d2ecd353b
3 changed files with 3 additions and 5 deletions
|
@ -314,11 +314,10 @@ impl Display for ManualDonationMetric {
|
||||||
let text = match self {
|
let text = match self {
|
||||||
Self::Hash => "H/s",
|
Self::Hash => "H/s",
|
||||||
Self::Kilo => "KH/s",
|
Self::Kilo => "KH/s",
|
||||||
Self::Mega => "MH/s"
|
Self::Mega => "MH/s",
|
||||||
};
|
};
|
||||||
|
|
||||||
write!(f, "{}", text)
|
write!(f, "{}", text)
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -442,7 +442,6 @@ pub const XVB_ROUND_DONOR_VIP_MIN_HR: u32 = 10000;
|
||||||
pub const XVB_ROUND_DONOR_WHALE_MIN_HR: u32 = 100000;
|
pub const XVB_ROUND_DONOR_WHALE_MIN_HR: u32 = 100000;
|
||||||
pub const XVB_ROUND_DONOR_MEGA_MIN_HR: u32 = 1000000;
|
pub const XVB_ROUND_DONOR_MEGA_MIN_HR: u32 = 1000000;
|
||||||
|
|
||||||
|
|
||||||
// Manual Mode
|
// Manual Mode
|
||||||
pub const XVB_MODE_MANUAL_XVB_HELP: &str = "Manually set the amount to donate to XmrVsBeast, If value is more than xmrig hashrate it might be changed";
|
pub const XVB_MODE_MANUAL_XVB_HELP: &str = "Manually set the amount to donate to XmrVsBeast, If value is more than xmrig hashrate it might be changed";
|
||||||
pub const XVB_MODE_MANUAL_P2POOL_HELP: &str = "Manually set the amount to keep on P2pool, If value is more than xmrig hashrate it might be changed";
|
pub const XVB_MODE_MANUAL_P2POOL_HELP: &str = "Manually set the amount to keep on P2pool, If value is more than xmrig hashrate it might be changed";
|
||||||
|
|
Loading…
Reference in a new issue