Skip to content

Commit 6facb03

Browse files
committed
export ConversionError
1 parent d082cc4 commit 6facb03

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, InnerXKey, Wildcard,
58+
DescriptorSinglePub, DescriptorXKey, InnerXKey, Wildcard, ConversionError,
5959
};
6060

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

0 commit comments

Comments
 (0)