mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Fixed spelling mistakes in comments (#13833)
This commit is contained in:
@@ -260,7 +260,7 @@ func SyncCommitteePeriodStartEpoch(e primitives.Epoch) (primitives.Epoch, error)
|
||||
return primitives.Epoch(startEpoch), nil
|
||||
}
|
||||
|
||||
// SecondsSinceSlotStart returns the number of seconds transcurred since the
|
||||
// SecondsSinceSlotStart returns the number of seconds elapsed since the
|
||||
// given slot start time
|
||||
func SecondsSinceSlotStart(s primitives.Slot, genesisTime, timeStamp uint64) (uint64, error) {
|
||||
if timeStamp < genesisTime+uint64(s)*params.BeaconConfig().SecondsPerSlot {
|
||||
|
||||
Reference in New Issue
Block a user