Skip to content

Commit ef27ce4

Browse files
authored
Remove deprecated INTERVALS_PER_SLOT constant (#4805)
1 parent b47fde2 commit ef27ce4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

specs/phase0/fork-choice.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,9 @@ handlers must not modify `store`.
105105

106106
### Constant
107107

108-
| Name | Value |
109-
| --------------------------------- | --------------- |
110-
| `INTERVALS_PER_SLOT` *deprecated* | `uint64(3)` |
111-
| `BASIS_POINTS` | `uint64(10000)` |
108+
| Name | Value |
109+
| -------------- | --------------- |
110+
| `BASIS_POINTS` | `uint64(10000)` |
112111

113112
### Configuration
114113

0 commit comments

Comments
 (0)