Skip to content

Commit 206dbc2

Browse files
committed
f - docs MOVE
1 parent 4d995cb commit 206dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/invoice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ type BlindedPayInfoIter<'a> = std::iter::Map<
462462
for<'r> fn(&'r (BlindedPath, BlindedPayInfo)) -> &'r BlindedPayInfo,
463463
>;
464464

465-
/// Information needed to route a payment across a [`BlindedPath`] hop.
465+
/// Information needed to route a payment across a [`BlindedPath`].
466466
#[derive(Debug, PartialEq)]
467467
pub struct BlindedPayInfo {
468468
fee_base_msat: u32,

0 commit comments

Comments
 (0)