Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Apr 16, 2023
1 parent 5be531a commit 447332f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions beacon_chain/beacon_clock.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 447332f

Please sign in to comment.