mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
03f9479eb4
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. |
||
---|---|---|
.. | ||
ann_validation.go | ||
bootstrapper.go | ||
gossiper_test.go | ||
gossiper.go | ||
log.go | ||
utils.go |