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