Skip to content

Commit 85f3cc3

Browse files
committed
re-export base crate in circuit
Signed-off-by: noelwei <[email protected]>
1 parent 15c872d commit 85f3cc3

File tree

1 file changed

+2
-1
lines changed
  • common/types-rs/circuit/src

1 file changed

+2
-1
lines changed

common/types-rs/circuit/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ use alloy_primitives::B256;
55
use itertools::Itertools;
66
use types_agg::{AggregationInput, ProgramCommitment, ProofCarryingWitness, verify_proof};
77

8-
pub use types_base::public_inputs::PublicInputs;
8+
pub use types_base::{utils, public_inputs};
9+
use public_inputs::PublicInputs;
910

1011
/// Reveal the public-input values as openvm public values.
1112
pub fn reveal_pi_hash(pi_hash: B256) {

0 commit comments

Comments
 (0)