mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 21:53:07 +02:00
Implement ForEachChannelCacheable which is like ForEachChannel but its call-back takes the cached versions of channel info & policies. This is then used during graph cache population. This will be useful once the SQL implementation is added so that we can reduce the number of DB trips on cache population.