mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-22 07:44:21 +01:00
This commit modifies the FetchChannelEdgesByID slightly to use a read-only transaction rather than a write-only transaction. As a result we’ll no longer extraneously consume a writer’s slot when we’re only reading data from the database.