peer: dispath new gossip query messages to the gossiper

This commit is contained in:
Olaoluwa Osuntokun 2018-04-16 19:09:57 -07:00
parent 0016b3f458
commit 40bb19eb6e
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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)