lnd.xprv/discovery
Olaoluwa Osuntokun ff997eab3e
discovery: ensure ChainHash field is populated when crafting new ChannelUpdates
This commit ensures that we *always* populate the ChainHash field when
we’re crafting new channel update messages either due to the periodic
broadcast, or when we’re updating the routing policies of a set of
target channels. Previously, this wasn’t set which would cause nodes to
reject the newly crafted ChannelUpdate messages.
2017-08-22 20:13:04 -07:00
..
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
service_test.go discovery: update tests to match latest API+verification changes 2017-08-22 00:52:45 -07:00
service.go discovery: ensure ChainHash field is populated when crafting new ChannelUpdates 2017-08-22 20:13:04 -07:00
utils.go discovery: fill in ChainHash, and Features in ChannelAnnouncement 2017-08-22 00:52:42 -07:00
validation.go discovery: modify message validation to match BOLT-0007 2017-08-22 00:52:40 -07:00