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 fcacaea commit e9fe3a5Copy full SHA for e9fe3a5
src/payment/store.rs
@@ -365,7 +365,7 @@ pub enum PaymentKind {
365
preimage: Option<PaymentPreimage>,
366
/// The secret used by the payment.
367
secret: Option<PaymentSecret>,
368
- /// The value, in thousands of a satoshi, that was deducted off of this payment as an extra
+ /// The value, in thousands of a satoshi, that was deducted from this payment as an extra
369
/// fee taken by our channel counterparty.
370
///
371
/// Will only be `Some` once we received the payment. Will always be `None` for LDK Node
0 commit comments