We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9958ccb commit 22ed435Copy full SHA for 22ed435
1 file changed
src/lib.rs
@@ -59,6 +59,8 @@ use sha2::{Digest, Sha256, Sha512};
59
use std::collections::HashMap;
60
use std::fmt;
61
62
+pub use bitcoin;
63
+
64
/// The initial byte in a data-carrying taproot annex
65
pub const TAPROOT_ANNEX_DATA_CARRYING_TAG: u8 = 0;
66
0 commit comments