Skip to content

Commit 1e30000

Browse files
committed
Make checksum pub
1 parent 64b2b3d commit 1e30000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/descriptor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub use self::sh::{Sh, ShInner};
4343
pub use self::sortedmulti::SortedMultiVec;
4444
pub use self::tr::{TapTree, Tr};
4545

46-
mod checksum;
46+
pub mod checksum;
4747
mod key;
4848

4949
pub use self::key::{

0 commit comments

Comments
 (0)