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.
1 parent cd5d775 commit ec9302aCopy full SHA for ec9302a
lightning/src/offers/parse.rs
@@ -84,7 +84,8 @@ pub enum SemanticError {
84
MissingNodeId,
85
/// An empty set of blinded paths was provided.
86
MissingPaths,
87
- /// A quantity representing an empty range or that was outside of a valid range was provided.
+ /// A quantity constituting part of an empty range or lying outside of a valid range was
88
+ /// provided.
89
InvalidQuantity,
90
}
91
0 commit comments