mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
In this commit, we fix an existing bug within the createChanAnnouncement function. Before we would set the flag to be 0, or 1 depending on which edge it was. This was incorrect as since then additional flags have been defined. We now properly set the entire flag, rather than taking a shortcut. With this, we’ll properly advertise all ChannelUpdate announcements. |
||
|---|---|---|
| .. | ||
| ann_validation.go | ||
| bootstrapper.go | ||
| gossiper.go | ||
| gossiper_test.go | ||
| log.go | ||
| utils.go | ||