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 6cec735 commit d92d64eCopy full SHA for d92d64e
src/amount.rs
@@ -10,7 +10,7 @@ use core::fmt;
10
11
/// An amount of Bitcoin
12
///
13
-/// Sadly, because lightning uses "milli-satoshis" we cannot directly use rust-bitcon's `Amount`
+/// Sadly, because lightning uses "milli-satoshis" we cannot directly use rust-bitcoin's `Amount`
14
/// type.
15
16
/// In general, when displaying amounts to the user, you should use [`Self::sats_rounding_up`].
0 commit comments