mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-17 16:31:06 +02: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.