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.
s/received/receive/
1 parent 9780403 commit 6297502Copy full SHA for 6297502
src/payment/store.rs
@@ -42,7 +42,7 @@ pub struct PaymentDetails {
42
pub kind: PaymentKind,
43
/// The amount transferred.
44
///
45
- /// Will be `None` for variable-amount payments until we received them.
+ /// Will be `None` for variable-amount payments until we receive them.
46
pub amount_msat: Option<u64>,
47
/// The fees that were paid for this payment.
48
0 commit comments