Post-rebase fixes.
This commit is contained in:
parent
697006278f
commit
ba625a9145
|
@ -16,10 +16,6 @@ from times import Time, getTime, fromUnix, `<`, `-`, inNanoseconds
|
||||||
|
|
||||||
export chronos.Duration, Moment, now
|
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
|
type
|
||||||
BeaconClock* = object
|
BeaconClock* = object
|
||||||
## The beacon clock represents time as it passes on a beacon chain. Beacon
|
## The beacon clock represents time as it passes on a beacon chain. Beacon
|
||||||
|
|
Loading…
Reference in New Issue