remove todo

This commit is contained in:
Hardhat Chad
2024-04-30 18:37:31 +00:00
parent 5b2463a92f
commit 4dd09b4a70

View File

@@ -69,7 +69,7 @@ pub fn process_mine<'a, 'info>(
return Err(OreError::ClockInvalid.into());
}
// TODO Validate epoch is active
// Validate epoch is active
if clock
.unix_timestamp
.ge(&config.last_reset_at.saturating_add(ONE_MINUTE))