Skip to content

Commit 6478d0d

Browse files
committed
f - Clarify inflight_htlc_msat docs
1 parent 2071d9f commit 6478d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/routing/scoring.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ pub struct ChannelUsage {
211211
/// The amount to send through the channel, denominated in millisatoshi.
212212
pub amount_msat: u64,
213213

214-
/// Total amount, denominated in millisatoshi, already allocated to send through the channel.
214+
/// Total amount, denominated in millisatoshi, already allocated to send through the channel
215+
/// as part of a multi-path payment.
215216
pub inflight_htlc_msat: u64,
216217

217218
/// The effective capacity of the channel.

0 commit comments

Comments
 (0)