Skip to content

Commit

Permalink
Make commit verify semantic id public from crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Feb 1, 2024
1 parent 948ba0a commit fd27d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stl/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

use bp::bc::stl::bp_tx_stl;
use bp::stl::bp_core_stl;
use commit_verify::stl::commit_verify_stl;
#[allow(unused_imports)]
pub use commit_verify::stl::{commit_verify_stl, LIB_ID_COMMIT_VERIFY};
use invoice::Amount;
pub use rgb::stl::{aluvm_stl, rgb_core_stl, LIB_ID_RGB};
use strict_types::stl::{std_stl, strict_types_stl};
Expand Down

0 comments on commit fd27d94

Please sign in to comment.