mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-27 06:45:53 +00:00
[proofs] Remove outdated comment
This commit is contained in:
parent
97af6f7484
commit
55ef97687e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user