mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-03 11:39:52 +02:00
Add tests for new deDupedAnnouncements struct in gossiper_test. Test the various functionalities of the struct - that empty struct contains no announcements, that announcements of each type can be added and properly de-duplicated, that the batch of announcements is delivered correctly, and that after reset the struct again contains no announcements.