mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 01:21:03 +00:00
Adapt shard to use hyper+soketto instead
This commit is contained in:
@@ -20,7 +20,7 @@ pub enum FromShardAggregator {
|
||||
/// Get information about a new node, including it's IP
|
||||
/// address and chain genesis hash.
|
||||
AddNode {
|
||||
ip: Option<IpAddr>,
|
||||
ip: IpAddr,
|
||||
node: NodeDetails,
|
||||
local_id: ShardNodeId,
|
||||
genesis_hash: BlockHash,
|
||||
|
||||
Reference in New Issue
Block a user