diff --git a/src/descriptor/mod.rs b/src/descriptor/mod.rs index 9855f7f1c..8a3637c75 100644 --- a/src/descriptor/mod.rs +++ b/src/descriptor/mod.rs @@ -54,8 +54,8 @@ pub use self::sortedmulti::SortedMultiVec; mod checksum; mod key; pub use self::key::{ - DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, DescriptorSinglePriv, - DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard, + ConversionError, DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey, + DescriptorSinglePriv, DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard, }; /// Alias type for a map of public key to secret key