Skip to content

Commit b06ffcb

Browse files
committed
f - rewrite InvalidAmount docs
1 parent fe309ce commit b06ffcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub enum ParseError {
7474
pub enum SemanticError {
7575
/// An amount was expected but was missing.
7676
MissingAmount,
77-
/// An amount exceeded the maximum number of bitcoin.
77+
/// The amount exceeded the total bitcoin supply.
7878
InvalidAmount,
7979
/// A currency was provided that is not supported.
8080
UnsupportedCurrency,

0 commit comments

Comments
 (0)