lnd.xprv/discovery
Olaoluwa Osuntokun 1a15924d65
discovery: fix log for adding new gossip syncers
In this commit, we fix the logging when adding new gossip syncers. The
old log would log the byte array, rather than the byte slice. We fix
this by slicing before logging.
2018-06-11 22:58:30 -07:00
..
ann_validation.go discovery: update graph API usage to match recent API changes 2018-02-06 20:14:32 -08:00
bootstrapper.go multi: ensure addresses are no longer assumed to be TCP addresses only 2018-06-04 20:41:49 -07:00
gossiper_test.go discovery/gossiper_test: mock out new lnpeer.Peer 2018-06-08 13:47:57 -07:00
gossiper.go discovery: fix log for adding new gossip syncers 2018-06-11 22:58:30 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
syncer_test.go discovery: add new SyncState method to gossipSyncer 2018-05-31 16:31:00 -07:00
syncer.go discovery: if gossipSyncer is shutting down, don't filter messages 2018-06-04 17:18:54 -07:00
utils.go discovery+lnd: create new chanSeries impl of the ChannelGraphTimeSeries interface 2018-05-31 16:30:55 -07:00