lnd/channeldb
Olaoluwa Osuntokun afd2323d10
channeldb: use a read-txn rather than a write-txn in FetchChannelEdgesByID
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.
2016-12-27 16:44:17 -08:00
..
2016-12-27 16:42:56 -08:00
2016-12-27 16:42:56 -08:00