Skip to content

Commit

Permalink
fix(validation): export Scripts type
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 8, 2024
1 parent d6610bf commit 3508e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mod validator;
mod consignment;
mod status;

pub use consignment::{CheckedConsignment, ConsignmentApi};
pub use consignment::{CheckedConsignment, ConsignmentApi, Scripts};
pub(crate) use logic::OpInfo;
pub use status::{Failure, Info, Status, Validity, Warning};
pub use validator::{ResolveWitness, Validator, WitnessResolverError};

0 comments on commit 3508e6e

Please sign in to comment.