Skip to content

Commit

Permalink
Fix compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate committed Sep 23, 2024
1 parent ce2dba3 commit 8c82161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/engine_authentication.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import
chronicles, confutils/defs,
bearssl/rand,
nimcrypto/[hmac, utils],
nimcrypto/[hmac, utils, sha2],
results,
stew/byteutils

Expand Down

0 comments on commit 8c82161

Please sign in to comment.