You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ldk-server-protos/src/proto/types.proto
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,12 @@ message Bolt11Jit {
101
101
// See [`LdkChannelConfig::accept_underpaying_htlcs`](https://docs.rs/lightning/latest/lightning/util/config/struct.ChannelConfig.html#structfield.accept_underpaying_htlcs)
102
102
// for more information.
103
103
LSPFeeLimitslsp_fee_limits=4;
104
+
105
+
// The value, in thousands of a satoshi, that was deducted from this payment as an extra
106
+
// fee taken by our channel counterparty.
107
+
//
108
+
// Will only be `Some` once we received the payment.
109
+
optionaluint64counterparty_skimmed_fee_msat=5;
104
110
}
105
111
106
112
// Represents a BOLT 12 ‘offer’ payment, i.e., a payment for an Offer.
0 commit comments