mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-25 01:04:22 +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.