Skip to content

Commit 819da3a

Browse files
committed
f - fix typo
1 parent c36e7ef commit 819da3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/offers/invoice.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ impl<'a> UnsignedInvoice<'a> {
169169
where
170170
F: FnOnce(&Message) -> Result<Signature, E>
171171
{
172-
// Use the invoice_request bytes instead of the invoice_reqeuest TLV stream as the latter
173-
// may have contained unknown TLV records, which are not stored in `InvoiceRequestContents`
174-
// or `RefundContents`.
172+
// Use the invoice_request bytes instead of the invoice_request TLV stream as the latter may
173+
// have contained unknown TLV records, which are not stored in `InvoiceRequestContents` or
174+
// `RefundContents`.
175175
let (_, _, _, invoice_tlv_stream) = self.invoice.as_tlv_stream();
176176
let invoice_request_bytes = WithoutSignatures(self.invreq_bytes);
177177
let unsigned_tlv_stream = (invoice_request_bytes, invoice_tlv_stream);

0 commit comments

Comments
 (0)