mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Merge pull request #6278 from Crypt-iQ/network_ann_refactor
discovery: refactor processNetworkAnnouncement into smaller functions
This commit is contained in:
commit
6c80a30da2
2 changed files with 911 additions and 920 deletions
File diff suppressed because it is too large
Load diff
|
@ -152,6 +152,8 @@ gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com
|
|||
|
||||
* [The channel-commit-interval is now clamped to a reasonable timeframe of 1h.](https://github.com/lightningnetwork/lnd/pull/6220)
|
||||
|
||||
* [A function in the gossiper `processNetworkAnnouncements` has been refactored for readability and for future deduplication efforts.](https://github.com/lightningnetwork/lnd/pull/6278)
|
||||
|
||||
# Contributors (Alphabetical Order)
|
||||
|
||||
* 3nprob
|
||||
|
|
Loading…
Add table
Reference in a new issue