Skip to content

Commit 0f5f155

Browse files
authored
fix typo (#3771)
1 parent d295813 commit 0f5f155

File tree

1 file changed

+1
-1
lines changed
  • tests/core/pyspec/eth2spec/utils

1 file changed

+1
-1
lines changed

tests/core/pyspec/eth2spec/utils/bls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from py_ecc.bls import G2ProofOfPossession as py_ecc_bls
2-
from py_ecc.bls.g2_primatives import signature_to_G2 as _signature_to_G2
2+
from py_ecc.bls.g2_primitives import signature_to_G2 as _signature_to_G2
33
from py_ecc.optimized_bls12_381 import ( # noqa: F401
44
G1 as py_ecc_G1,
55
G2 as py_ecc_G2,

0 commit comments

Comments
 (0)