lnd.xprv/discovery
Conner Fromknecht 8e94e55839
discovery/gossiper: require explict gossip syncer init
This commit removes the fallback in fetchGossipSyncer
that creates a gossip syncer if one is not registered
w/in the gossiper. Now that we register gossip syncers
explicitly before reading any gossip query messages,
this should not longer be required. The fallback also
did not honor the cfg.NoChanUpdates flag, which may
have led to inconsistencies between configuration and
actual behavior.
2018-09-04 17:32:25 -07:00
..
ann_validation.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
bootstrapper.go discovery: update autopilot.Node usage to match recent API changes 2018-08-29 15:45:39 -07:00
gossiper_test.go htlcswitch+funding+discovery: update mock peers to add new QuitSignal method 2018-08-25 17:30:15 -07:00
gossiper.go discovery/gossiper: require explict gossip syncer init 2018-09-04 17:32:25 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
syncer_test.go discovery/syncer: store chunk size within gossiperSyncerCfg 2018-07-30 13:49:36 -07:00
syncer.go discovery/syncer: store chunk size within gossiperSyncerCfg 2018-07-30 13:49:36 -07:00
utils.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00