Skip to content

Commit bf058c9

Browse files
fix: re-export MalformedKeyDataKind from descriptor module root
1 parent 895da06 commit bf058c9

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
@@ -50,7 +50,7 @@ mod key;
5050
pub use self::key::{
5151
ConversionError, DefiniteDescriptorKey, DerivPaths, DescriptorKeyParseError,
5252
DescriptorMultiXKey, DescriptorPublicKey, DescriptorSecretKey, DescriptorXKey, InnerXKey,
53-
SinglePriv, SinglePub, SinglePubKey, Wildcard,
53+
MalformedKeyDataKind, SinglePriv, SinglePub, SinglePubKey, Wildcard,
5454
};
5555

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

0 commit comments

Comments
 (0)