Skip to content

Commit

Permalink
use correct import name for kzg4844 (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Jul 10, 2023
1 parent 5115aae commit a1ddd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/datatypes/deneb.nim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import
../digest,
"."/[base, phase0, altair, bellatrix, capella]

from ../../vendor/nim-kzg4844/kzg4844 import KzgCommitment, KzgProof
from kzg4844 import KzgCommitment, KzgProof

export json_serialization, base, kzg4844

Expand Down

0 comments on commit a1ddd44

Please sign in to comment.