routing: fix compile error in definition due to chainntfns API change

This commit is contained in:
Olaoluwa Osuntokun
2017-02-20 16:34:16 -08:00
parent 7669ac3918
commit 78561c3e35

View File

@ -113,7 +113,7 @@ type ChannelRouter struct {
// newBlocks is a channel in which new blocks connected to the end of
// the main chain are sent over.
newBlocks chan *chainntnfs.BlockEpoch
newBlocks <-chan *chainntnfs.BlockEpoch
// networkMsgs is a channel that carries new network messages from
// outside the ChannelRouter to be processed by the networkHandler.