Skip to content

Commit ef12087

Browse files
committed
[descriptor] Export key::InnerXKey
1 parent 52c6174 commit ef12087

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
@@ -55,7 +55,7 @@ mod checksum;
5555
mod key;
5656
pub use self::key::{
5757
DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, DescriptorSinglePriv,
58-
DescriptorSinglePub, DescriptorXKey, Wildcard,
58+
DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard,
5959
};
6060

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

0 commit comments

Comments
 (0)