Skip to content

Commit cd4217f

Browse files
committed
Export slip77 module
1 parent cfaa1c5 commit cd4217f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ use elements::secp256k1_zkp::Secp256k1;
148148
use elements::{locktime, opcodes, script, secp256k1_zkp};
149149

150150
pub use crate::confidential::Descriptor as ConfidentialDescriptor;
151+
pub use crate::confidential::slip77;
151152
pub use crate::descriptor::{DefiniteDescriptorKey, Descriptor, DescriptorPublicKey};
152153
pub use crate::extensions::{CovenantExt, Extension, NoExt, TxEnv};
153154
pub use crate::interpreter::Interpreter;

0 commit comments

Comments
 (0)