Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Oct 9, 2024
1 parent 748ec0b commit 54207ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth-types/src/sign_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use halo2curves::{
ff::FromUniformBytes,
//group::{ff::PrimeField, prime::PrimeCurveAffine, Curve},
group::{
ff::{prime::PrimeCurveAffine, Curve, Field as GroupField, PrimeField},
ff::{Field as GroupField, PrimeField},
prime::PrimeCurveAffine,
Curve, GroupEncoding,
},
Expand Down
2 changes: 1 addition & 1 deletion zkevm-circuits/src/witness/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use bus_mapping::{
use eth_types::{
sign_types::SignData,
state_db::{CodeDB, StateDB},
Address, Address, ToLittleEndian, ToLittleEndian, Word, Word, H256, H256, U256, U256,
Address, ToLittleEndian, Word, H256, U256,
};
use halo2_proofs::halo2curves::{
secp256k1::{self, Secp256k1Affine},
Expand Down

0 comments on commit 54207ec

Please sign in to comment.