Skip to content

Commit

Permalink
Merge pull request #333 from 0xPolygonMiden/plafer-expose-toadviceinputs
Browse files Browse the repository at this point in the history
Expose `ToAdviceInputs`
  • Loading branch information
bobbinth authored Nov 30, 2023
2 parents 6d0d417 + f9c117e commit 441c23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion objects/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ use vm_processor::AdviceInputs;
pub mod accounts;

mod advice;
use advice::{AdviceInputsBuilder, ToAdviceInputs};
use advice::AdviceInputsBuilder;
pub use advice::ToAdviceInputs;

pub mod assets;
pub mod notes;
Expand Down

0 comments on commit 441c23b

Please sign in to comment.