Post-rebase fixes.

This commit is contained in:
cheatfate 2023-04-18 03:35:44 +03:00
parent 697006278f
commit ba625a9145
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ from times import Time, getTime, fromUnix, `<`, `-`, inNanoseconds
export chronos.Duration, Moment, now
const
NANOSECONDS_PER_SLOT* = SECONDS_PER_SLOT * 1_000_000_000'u64
NANOSECONDS_PER_EPOCH* = NANOSECONDS_PER_SLOT * SLOTS_PER_EPOCH
type
BeaconClock* = object
## The beacon clock represents time as it passes on a beacon chain. Beacon