Skip to content

Commit 798981a

Browse files
committed
f sp
1 parent 9a83d1f commit 798981a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ where
563563
// We add dummy hops until the path reaches this length (including the recipient).
564564
pub(crate) const DUMMY_HOPS_PATH_LENGTH: usize = 4;
565565

566-
// Target total length (in hops) for blinded paths which are included in objects which may appear
567-
// in a QR code.
566+
// Target total length (in hops) for blinded paths included in objects which may appear in a QR
567+
// code.
568568
//
569569
// We add dummy hops until the path reaches this length (including the recipient).
570570
pub(crate) const QR_CODED_DUMMY_HOPS_PATH_LENGTH: usize = 2;

0 commit comments

Comments
 (0)