mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
routing: fix compile error in definition due to chainntfns API change
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user