Skip to content

Commit

Permalink
Update minimal seconds per slot to 6 (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored and prestonvanloon committed Nov 14, 2019
1 parent e825947 commit dee290c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func MinimalSpecConfig() *BeaconChainConfig {
minimalConfig.BLSWithdrawalPrefixByte = byte(0)

// Time parameters
minimalConfig.SecondsPerSlot = 12
minimalConfig.SecondsPerSlot = 6
minimalConfig.MinAttestationInclusionDelay = 1
minimalConfig.SlotsPerEpoch = 8
minimalConfig.MinSeedLookahead = 1
Expand Down

0 comments on commit dee290c

Please sign in to comment.