lnd.xprv/discovery
Olaoluwa Osuntokun 03f9479eb4
discovery: only interpret remote announcements as pre-mature
This commit fixes a slight bug in the announcement processing logic
within the AuthenticatedGossiper. Before this commit, it was possible
for us to ignore one of our now announcements due to it being
pre-mature, rendering (atm) the channel unusable by the ChannelRouter
itself. To fix this, we know only check for a pre mature announcement
iff the message is coming from a remote node.
2017-10-17 19:44:13 -07:00
..
ann_validation.go discovery: rename validation.go to ann_validation.go 2017-09-03 16:18:28 -07:00
bootstrapper.go multi: fix linter errors 2017-09-03 17:05:11 -07:00
gossiper_test.go discovery+routing: remove DeleteEdge from ChannelGraphSource interface 2017-10-04 20:46:08 -07:00
gossiper.go discovery: only interpret remote announcements as pre-mature 2017-10-17 19:44:13 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
utils.go discovery: fill in ChainHash, and Features in ChannelAnnouncement 2017-08-22 00:52:42 -07:00