mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-26 17:54:21 +01:00
In this commit we modify the primary InvoiceRegistry interface within the package to instead return a direct value for LookupInvoice rather than a pointer. This fixes an existing race condition wherein a caller could modify or read the value of the returned invoice.