We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f02feb commit bed1898Copy full SHA for bed1898
lightning/src/routing/router.rs
@@ -1153,7 +1153,7 @@ impl<'a> CandidateRouteHop<'a> {
1153
}
1154
1155
1156
- /// Returns the minimum amount which can be sent over this hop, in millisatoshis.
+ /// Returns the minimum amount that can be sent over this hop, in millisatoshis.
1157
#[inline]
1158
pub fn htlc_minimum_msat(&self) -> u64 {
1159
match self {
@@ -1165,7 +1165,7 @@ impl<'a> CandidateRouteHop<'a> {
1165
1166
1167
1168
- /// Returns the fees which must be paid to route an HTLC over this channel.
+ /// Returns the fees that must be paid to route an HTLC over this channel.
1169
1170
pub fn fees(&self) -> RoutingFees {
1171
0 commit comments