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 fe8338c commit f2c778cCopy full SHA for f2c778c
lightning/src/onion_message/messenger.rs
@@ -601,7 +601,7 @@ where
601
let (mut compact_paths, padded_path_len) = match &context {
602
MessageContext::Offers(OffersContext::InvoiceRequest { .. })
603
| MessageContext::Offers(OffersContext::OutboundPaymentInRefund { .. }) => {
604
- // When embeding blinded paths within BOLT 12 objects which are generally embedded
+ // When embedding blinded paths within BOLT 12 objects which are generally embedded
605
// in QR codes, we sadly need to be conservative about size, especially if the QR
606
// code ultimately also includes an on-chain address.
607
(true, QR_CODED_PADDED_PATH_LENGTH)
0 commit comments