We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2071d9f commit 6478d0dCopy full SHA for 6478d0d
lightning/src/routing/scoring.rs
@@ -211,7 +211,8 @@ pub struct ChannelUsage {
211
/// The amount to send through the channel, denominated in millisatoshi.
212
pub amount_msat: u64,
213
214
- /// Total amount, denominated in millisatoshi, already allocated to send through the channel.
+ /// Total amount, denominated in millisatoshi, already allocated to send through the channel
215
+ /// as part of a multi-path payment.
216
pub inflight_htlc_msat: u64,
217
218
/// The effective capacity of the channel.
0 commit comments