This commit is contained in:
Louis-Marie Baer 2024-06-15 14:15:19 +02:00
parent 26fc4a9fa4
commit 4d2ecd353b
3 changed files with 3 additions and 5 deletions

View file

@ -314,11 +314,10 @@ impl Display for ManualDonationMetric {
let text = match self {
Self::Hash => "H/s",
Self::Kilo => "KH/s",
Self::Mega => "MH/s"
Self::Mega => "MH/s",
};
write!(f, "{}", text)
}
}

View file

@ -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_MEGA_MIN_HR: u32 = 1000000;
// 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_P2POOL_HELP: &str = "Manually set the amount to keep on P2pool, If value is more than xmrig hashrate it might be changed";