Adapt shard to use hyper+soketto instead

This commit is contained in:
James Wilson
2021-07-23 17:07:29 +01:00
parent 480abd1e49
commit cf0e424803
8 changed files with 86 additions and 361 deletions
+1 -1
View File
@@ -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,