Skip to content

Commit

Permalink
Fix compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Oct 9, 2024
1 parent 8bacb25 commit 45b9d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/validator_client/presets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{.push raises: [].}

import ".."/spec/presets
import ".."/spec/[forks, presets]

const
PHASE0_FORK_VERSION* = Version [byte 0x00, 0x00, 0x00, 0x00]
Expand Down

0 comments on commit 45b9d74

Please sign in to comment.