mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
In this commit, we make an incremental step towards page of the new feature of deDupedAnnoucnements to return the set of senders for each message. All methods the process new channel announcements, will now return an instance of networkMsg rather than lnwire.Message. This will allow passing the returned announcement directly into deDupedAnnoucnements.AddMsg(). |
||
---|---|---|
.. | ||
ann_validation.go | ||
bootstrapper.go | ||
gossiper.go | ||
gossiper_test.go | ||
log.go | ||
utils.go |