Revert "close"

This reverts commit 71607e6fcd.
This commit is contained in:
William Banfield
2022-08-03 17:38:16 -04:00
parent d176124aa0
commit ffd982af4f

View File

@@ -420,7 +420,6 @@ func createConsensusReactor(
if cfg.P2P.UseLegacy {
channels = getChannelsFromShim(reactorShim)
peerUpdates = reactorShim.PeerUpdates
peerUpdates.Close()
} else {
channels = makeChannelsFromShims(router, consensus.ChannelShims)
peerUpdates = peerManager.Subscribe()