Skip to content

Commit

Permalink
Merge pull request #1157 from ethereum/JustinDrake-patch-13
Browse files Browse the repository at this point in the history
Set MIN_ATTESTATION_INCLUSION_DELAY to 1
  • Loading branch information
djrtwo committed Jun 17, 2019
2 parents 7298b3e + 36a6c1b commit e80d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ These configurations are updated for releases, but may be out of sync during `de

| Name | Value | Unit | Duration |
| - | - | :-: | :-: |
| `MIN_ATTESTATION_INCLUSION_DELAY` | `2**2` (= 4) | slots | 24 seconds |
| `MIN_ATTESTATION_INCLUSION_DELAY` | `2**0` (= 1) | slots | 6 seconds |
| `SLOTS_PER_EPOCH` | `2**6` (= 64) | slots | 6.4 minutes |
| `MIN_SEED_LOOKAHEAD` | `2**0` (= 1) | epochs | 6.4 minutes |
| `ACTIVATION_EXIT_DELAY` | `2**2` (= 4) | epochs | 25.6 minutes |
Expand Down

0 comments on commit e80d363

Please sign in to comment.