From a120a8a2b7a3cfbbfc2a819b2482d155a1568e20 Mon Sep 17 00:00:00 2001 From: Louis-Marie Baer Date: Tue, 19 Mar 2024 13:17:47 +0100 Subject: [PATCH] feat: modify description of Hero Mode. --- src/utils/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.rs b/src/utils/constants.rs index be5955a..2516e4c 100644 --- a/src/utils/constants.rs +++ b/src/utils/constants.rs @@ -424,7 +424,7 @@ pub const XVB_BUFFER: f32 = 1.05; pub const XVB_TIME_ALGO: u32 = 600; pub const XVB_TOKEN_LEN: usize = 9; pub const XVB_HERO_SELECT: &str = - "Donate all spared hashrate to the raffle, even if there is more than enough to be in the most highest round type possible"; + "This mode will donate all available hashrate while keeping a share in the p2pool PPLNS window"; pub const XVB_TOKEN_FIELD: &str = "Token"; pub const XVB_FAILURE_FIELD: &str = "Failures"; pub const XVB_DONATED_1H_FIELD: &str = "Donated last hour";