use correct import name for kzg4844 (#5179)

This commit is contained in:
tersec 2023-07-10 23:55:40 +00:00 committed by GitHub
parent 5115aaedb7
commit a1ddd447bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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