[proofs] Remove outdated comment

This commit is contained in:
Mark Spanbroek 2023-01-17 08:34:09 +01:00 committed by markspanbroek
parent 97af6f7484
commit 55ef97687e
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ abstract contract Proofs is Periods {
return missed[slotId];
}
/// @notice Informs the contract that proofs should be expected for id
/// @dev Requires that the id is not already in use
/// @param probability The probability that a proof should be expected
function _startRequiringProofs(SlotId id, uint256 probability) internal {
slotStarts[id] = block.timestamp;
probabilities[id] = probability;