mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-19 01:11:07 +02:00
For consistency in the graphsessoin.graph interface, we let the FetchNodeFeatures method take a read transaction just like the ForEachNodeDirectedChannel. This is nice because then all calls in the same pathfinding transaction use the same read transaction.