mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 05:37:03 +00:00
p2p: remove support for multiple transports and endpoints (#8420)
This commit is contained in:
committed by
tycho garen
parent
251e41895f
commit
385ad1e1e3
+2
-2
@@ -310,8 +310,8 @@ func createRouter(
|
||||
nodeKey.PrivKey,
|
||||
peerManager,
|
||||
nodeInfoProducer,
|
||||
[]p2p.Transport{transport},
|
||||
[]p2p.Endpoint{ep},
|
||||
transport,
|
||||
ep,
|
||||
getRouterConfig(cfg, appClient),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user