Skip to content

Commit b98bc43

Browse files
Tweak phrasing in Blinded{Message,Payment}Path::advance_path_by_one docs.
1 parent a02bdee commit b98bc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/src/blinded_path/message.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ pub(super) fn blinded_hops<T: secp256k1::Signing + secp256k1::Verification>(
345345
utils::construct_blinded_hops(secp_ctx, pks, tlvs, session_priv)
346346
}
347347

348-
/// Advance the blinded onion message path by one hop, so make the second hop into the new
348+
/// Advance the blinded onion message path by one hop, making the second hop into the new
349349
/// introduction node.
350350
///
351351
/// Will only modify `path` when returning `Ok`.

lightning/src/blinded_path/payment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pub(super) fn blinded_hops<T: secp256k1::Signing + secp256k1::Verification>(
383383
utils::construct_blinded_hops(secp_ctx, pks, tlvs, session_priv)
384384
}
385385

386-
/// Advance the blinded onion payment path by one hop, so make the second hop into the new
386+
/// Advance the blinded onion payment path by one hop, making the second hop into the new
387387
/// introduction node.
388388
///
389389
/// Will only modify `path` when returning `Ok`.

0 commit comments

Comments
 (0)