Skip to content

Commit a36385e

Browse files
committed
f - plural
1 parent c82337d commit a36385e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/scoring.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ impl<'a, S: Writeable> Writeable for MutexGuard<'a, S> {
208208
/// Proposed use of a channel passed as a parameter to [`Score::channel_penalty_msat`].
209209
#[derive(Clone, Copy)]
210210
pub struct ChannelUsage {
211-
/// The amount to send through the channel, denominated in millisatoshi.
211+
/// The amount to send through the channel, denominated in millisatoshis.
212212
pub amount_msat: u64,
213213

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

0 commit comments

Comments
 (0)