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 fe309ce commit b06ffcbCopy full SHA for b06ffcb
lightning/src/offers/parse.rs
@@ -74,7 +74,7 @@ pub enum ParseError {
74
pub enum SemanticError {
75
/// An amount was expected but was missing.
76
MissingAmount,
77
- /// An amount exceeded the maximum number of bitcoin.
+ /// The amount exceeded the total bitcoin supply.
78
InvalidAmount,
79
/// A currency was provided that is not supported.
80
UnsupportedCurrency,
0 commit comments