Skip to content

Commit

Permalink
Merge pull request #239 from RCasatta/export_error
Browse files Browse the repository at this point in the history
export ConversionError
  • Loading branch information
apoelstra committed Mar 12, 2021
2 parents d082cc4 + a0db8b7 commit 86a63d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/descriptor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86a63d8

Please sign in to comment.