Skip to content

Commit 3897130

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 8ff51dc commit 3897130

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/core/precompiles/test_bls.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from py_ecc.optimized_bls12_381.optimized_curve import G1, G2, neg, FQ12
2-
from eth.precompiles.bls import ( # noqa: F401
3-
_pairing, _serialize_g2, _serialize_g1
4-
)
1+
2+
3+
from py_ecc.optimized_bls12_381.optimized_curve import G1, G2, neg, FQ12 # noqa: F401
4+
from eth.precompiles.bls import _pairing, _serialize_g2, _serialize_g1
55

66

77
def test_pairing_precompile():

0 commit comments

Comments
 (0)