We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CheckedHrpstringError
1 parent 8376ed4 commit d2141e1Copy full SHA for d2141e1
lightning-invoice/src/lib.rs
@@ -86,7 +86,9 @@ pub use crate::ser::Base32Iterable;
86
#[allow(missing_docs)]
87
#[derive(PartialEq, Eq, Debug, Clone)]
88
pub enum Bolt11ParseError {
89
- Bech32Error(CheckedHrpstringError),
+ Bech32Error(
90
+ /// This is not exported to bindings users as the specific error isn't all that useful.
91
+ CheckedHrpstringError),
92
ParseAmountError(ParseIntError),
93
MalformedSignature(bitcoin::secp256k1::Error),
94
BadPrefix,
0 commit comments