mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
In this commit, we fix an existing bug when processing new node announcement. Before this commit, we wouldn’t also copy over the color field of a node’s announcement. As a result, when went to synchronize our graph state with that of a connecting peer, we would generate an invalid node announcement. We fix this by properly setting the color field of a node. |
||
---|---|---|
.. | ||
ann_validation.go | ||
bootstrapper.go | ||
gossiper.go | ||
gossiper_test.go | ||
log.go | ||
utils.go |