Skip to content

Commit bed1898

Browse files
committed
f method docs
1 parent 0f02feb commit bed1898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/routing/router.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ impl<'a> CandidateRouteHop<'a> {
11531153
}
11541154
}
11551155

1156-
/// Returns the minimum amount which can be sent over this hop, in millisatoshis.
1156+
/// Returns the minimum amount that can be sent over this hop, in millisatoshis.
11571157
#[inline]
11581158
pub fn htlc_minimum_msat(&self) -> u64 {
11591159
match self {
@@ -1165,7 +1165,7 @@ impl<'a> CandidateRouteHop<'a> {
11651165
}
11661166
}
11671167

1168-
/// Returns the fees which must be paid to route an HTLC over this channel.
1168+
/// Returns the fees that must be paid to route an HTLC over this channel.
11691169
#[inline]
11701170
pub fn fees(&self) -> RoutingFees {
11711171
match self {

0 commit comments

Comments
 (0)