Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 95774d8

Browse files
committed
fix bus-mapping
1 parent 11d4fe6 commit 95774d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bus-mapping/src/circuit_input_builder/execution.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ use crate::{
1515
use eth_types::{
1616
evm_types::{memory::MemoryWordRange, Gas, GasCost, MemoryAddress, OpcodeId, ProgramCounter},
1717
sign_types::SignData,
18-
GethExecStep, ToLittleEndian, Word, H256, U256,
18+
Field, GethExecStep, ToLittleEndian, Word, H256, U256,
1919
};
2020
use ethers_core::k256::elliptic_curve::subtle::CtOption;
2121
use gadgets::impl_expr;
2222
use halo2_proofs::{
23-
arithmetic::{CurveAffine, Field},
23+
arithmetic::{CurveAffine, Field as Halo2Field},
2424
halo2curves::{
2525
bn256::{Fq, Fq2, Fr, G1Affine, G2Affine},
2626
group::prime::PrimeCurveAffine,

0 commit comments

Comments
 (0)