Skip to content

Commit f2c778c

Browse files
committed
f sp
1 parent fe8338c commit f2c778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ where
601601
let (mut compact_paths, padded_path_len) = match &context {
602602
MessageContext::Offers(OffersContext::InvoiceRequest { .. })
603603
| MessageContext::Offers(OffersContext::OutboundPaymentInRefund { .. }) => {
604-
// When embeding blinded paths within BOLT 12 objects which are generally embedded
604+
// When embedding blinded paths within BOLT 12 objects which are generally embedded
605605
// in QR codes, we sadly need to be conservative about size, especially if the QR
606606
// code ultimately also includes an on-chain address.
607607
(true, QR_CODED_PADDED_PATH_LENGTH)

0 commit comments

Comments
 (0)