Skip to content

Commit 6297502

Browse files
committed
f s/received/receive/
1 parent 9780403 commit 6297502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub struct PaymentDetails {
4242
pub kind: PaymentKind,
4343
/// The amount transferred.
4444
///
45-
/// Will be `None` for variable-amount payments until we received them.
45+
/// Will be `None` for variable-amount payments until we receive them.
4646
pub amount_msat: Option<u64>,
4747
/// The fees that were paid for this payment.
4848
///

0 commit comments

Comments
 (0)