Merge pull request #6278 from Crypt-iQ/network_ann_refactor

discovery: refactor processNetworkAnnouncement into smaller functions
This commit is contained in:
Oliver Gugger 2022-03-16 11:23:46 +01:00 committed by GitHub
commit 6c80a30da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 911 additions and 920 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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