Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chengwenxi committed Mar 29, 2024
1 parent a3b0305 commit 5132e15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion zkevm-circuits/src/blob_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,7 @@ impl<F: Field> SubCircuit<F> for BlobCircuit<F> {
},
)?;

self.exports.borrow_mut().replace(export);
self.exports.borrow_mut().replace(export);
Ok(())
}
}
4 changes: 1 addition & 3 deletions zkevm-circuits/src/blob_circuit/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ use halo2_proofs::{
};
use rand::{rngs::OsRng, Rng, RngCore};
use std::marker::PhantomData;
use bls12_381::{Scalar as Fp};
use crate::{blob_circuit::BlobCircuit, util::SubCircuit, witness::CircuitBlob};
use rand::rngs::OsRng;
use crate::{witness::CircuitBlob};

use crate::blob_circuit::util::*;

Expand Down

0 comments on commit 5132e15

Please sign in to comment.