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 8c76a69 commit 003099cCopy full SHA for 003099c
lightning/src/offers/invoice.rs
@@ -461,7 +461,7 @@ type BlindedPayInfoIter<'a> = std::iter::Map<
461
for<'r> fn(&'r (BlindedPath, BlindedPayInfo)) -> &'r BlindedPayInfo,
462
>;
463
464
-/// Information needed to route a payment across a [`BlindedPath`] hop.
+/// Information needed to route a payment across a [`BlindedPath`].
465
#[derive(Debug, PartialEq)]
466
pub struct BlindedPayInfo {
467
fee_base_msat: u32,
0 commit comments