Skip to content

Commit 003099c

Browse files
committed
f - docs MOVE
1 parent 8c76a69 commit 003099c

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
@@ -461,7 +461,7 @@ type BlindedPayInfoIter<'a> = std::iter::Map<
461461
for<'r> fn(&'r (BlindedPath, BlindedPayInfo)) -> &'r BlindedPayInfo,
462462
>;
463463

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

0 commit comments

Comments
 (0)