mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Adds a workaround for peer manager integration (#1003)
This commit is contained in:
@@ -175,4 +175,8 @@ pub enum RPCMessage<TSpec: EthSpec> {
|
||||
RPC(PeerId, RPCEvent<TSpec>),
|
||||
PeerDialed(PeerId),
|
||||
PeerDisconnected(PeerId),
|
||||
// TODO: This is a hack to give access to connections to peer manager. Remove this once
|
||||
// behaviour is re-written
|
||||
PeerConnectedHack(PeerId, ConnectedPoint),
|
||||
PeerDisconnectedHack(PeerId, ConnectedPoint),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user