diff --git a/eip7594/src/prover.rs b/eip7594/src/prover.rs index 8dadc7a2..5aa978a7 100644 --- a/eip7594/src/prover.rs +++ b/eip7594/src/prover.rs @@ -13,7 +13,7 @@ use crate::{ deserialize_blob_to_scalars, serialize_cells_and_proofs, serialize_g1_compressed, }, trusted_setup::TrustedSetup, - BlobRef, Cell, CellIndex, CellRef, KZGCommitment, KZGProof, DASContext, + BlobRef, Cell, CellIndex, CellRef, DASContext, KZGCommitment, KZGProof, }; /// Context object that is used to call functions in the prover API.