Skip to content

Commit 9646ad8

Browse files
committed
descriptor: export Wildcard from key module
1 parent 244e8a5 commit 9646ad8

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
@@ -52,7 +52,7 @@ mod checksum;
5252
mod key;
5353
pub use self::key::{
5454
DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, DescriptorSinglePriv,
55-
DescriptorSinglePub, DescriptorXKey,
55+
DescriptorSinglePub, DescriptorXKey, Wildcard,
5656
};
5757

5858
/// Alias type for a map of public key to secret key

0 commit comments

Comments
 (0)