Skip to content

Commit 4bcb23e

Browse files
authored
remove seconds per day again (#215)
1 parent 5eaddfd commit 4bcb23e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PDPVerifier.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ contract PDPVerifier is Initializable, UUPSUpgradeable, OwnableUpgradeable {
4444
uint256 public constant MAX_ENQUEUED_REMOVALS = 2000;
4545
address public constant RANDOMNESS_PRECOMPILE = 0xfE00000000000000000000000000000000000006;
4646
uint256 public constant EXTRA_DATA_MAX_SIZE = 2048;
47-
uint256 public constant SECONDS_IN_DAY = 86400;
4847
uint256 public constant NO_CHALLENGE_SCHEDULED = 0;
4948
uint256 public constant NO_PROVEN_EPOCH = 0;
5049

0 commit comments

Comments
 (0)