mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-25 09:14:31 +01:00
This commit introduces a new method to channeldb: ‘FetchAllChannels’. This method can be used to obtain the state of all active (currently open) channels within the database. This method can be used for compute basic channel-based metrics or exposed as an RPC in order to allow clients to display/query channel data.