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 9a83d1f commit 798981aCopy full SHA for 798981a
lightning/src/onion_message/messenger.rs
@@ -563,8 +563,8 @@ where
563
// We add dummy hops until the path reaches this length (including the recipient).
564
pub(crate) const DUMMY_HOPS_PATH_LENGTH: usize = 4;
565
566
-// Target total length (in hops) for blinded paths which are included in objects which may appear
567
-// in a QR code.
+// Target total length (in hops) for blinded paths included in objects which may appear in a QR
+// code.
568
//
569
570
pub(crate) const QR_CODED_DUMMY_HOPS_PATH_LENGTH: usize = 2;
0 commit comments