mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-19 14:24:26 +01:00
This commit is a precautionary commit put in place in order to ensure that the logic of macaroon retrieval doesn’t run into a bug triggered by returning a reference into bolt’s active memory map. This can arise if one returns a pointer directly read from the database. We seek to avoid this by instead ensuring all byte slices are fully copied before returning.