We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d11e9 commit 2662c47Copy full SHA for 2662c47
validations/src/eligibility/current.rs
@@ -222,8 +222,6 @@ where
222
let divisor = max_power * Power::from((rf - WITNESSING_MAX_ROUNDS) as u64)
223
- Power::from(rf as u64) * threshold_power;
224
let threshold = dividend / divisor;
225
- println!("{}", u64::from(power));
226
- println!("{}", u64::from(threshold));
227
if power <= threshold {
228
return Ok(IneligibilityReason::InsufficientPower.into());
229
}
0 commit comments