Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Nov 9, 2023
1 parent a0d2add commit 6fcae67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions beacon_chain/spec/datatypes/constants.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

import chronos/timer

export timer

type
Slot* = distinct uint64
Epoch* = distinct uint64
Expand Down
1 change: 1 addition & 0 deletions beacon_chain/spec/presets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import
std/[strutils, parseutils, tables, typetraits],
chronos/timer,
stew/[byteutils], stint, web3/[ethtypes],
./datatypes/constants

Expand Down

0 comments on commit 6fcae67

Please sign in to comment.