mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Stub possible fields in HandlerMessage
This commit is contained in:
@@ -44,6 +44,8 @@ pub enum HandlerMessage {
|
||||
PeerDisconnected(PeerId),
|
||||
/// An RPC response/request has been received.
|
||||
RPC(PeerId, RPCEvent),
|
||||
/// A block has been imported.
|
||||
BlockImported(), //TODO: This comes from pub-sub - decide its contents
|
||||
}
|
||||
|
||||
impl MessageHandler {
|
||||
|
||||
Reference in New Issue
Block a user