mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
peer: dispath new gossip query messages to the gossiper
This commit is contained in:
parent
0016b3f458
commit
40bb19eb6e
7
peer.go
7
peer.go
@ -995,7 +995,12 @@ out:
|
||||
case *lnwire.ChannelUpdate,
|
||||
*lnwire.ChannelAnnouncement,
|
||||
*lnwire.NodeAnnouncement,
|
||||
*lnwire.AnnounceSignatures:
|
||||
*lnwire.AnnounceSignatures,
|
||||
*lnwire.GossipTimestampRange,
|
||||
*lnwire.QueryShortChanIDs,
|
||||
*lnwire.QueryChannelRange,
|
||||
*lnwire.ReplyChannelRange,
|
||||
*lnwire.ReplyShortChanIDsEnd:
|
||||
|
||||
discStream.AddMsg(msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user