Skip to content

Commit e9fe3a5

Browse files
committed
f Slightly adjust field docs
1 parent fcacaea commit e9fe3a5

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
@@ -365,7 +365,7 @@ pub enum PaymentKind {
365365
preimage: Option<PaymentPreimage>,
366366
/// The secret used by the payment.
367367
secret: Option<PaymentSecret>,
368-
/// The value, in thousands of a satoshi, that was deducted off of this payment as an extra
368+
/// The value, in thousands of a satoshi, that was deducted from this payment as an extra
369369
/// fee taken by our channel counterparty.
370370
///
371371
/// Will only be `Some` once we received the payment. Will always be `None` for LDK Node

0 commit comments

Comments
 (0)