From 3c87754deee2bd21521579c7abb90d37484c0ebc Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 8 May 2019 10:28:08 +1000 Subject: [PATCH] Rename shard topics to explicitly state --- specs/networking/libp2p-standardization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/networking/libp2p-standardization.md b/specs/networking/libp2p-standardization.md index 0c65734a5..1f728fa54 100644 --- a/specs/networking/libp2p-standardization.md +++ b/specs/networking/libp2p-standardization.md @@ -126,7 +126,7 @@ all nodes on the network. Shards are grouped into their own subnets (defined by a shard topic). The number of shard subnets is defined via `SHARD_SUBNET_COUNT` and the shard `shard_number % SHARD_SUBNET_COUNT` is assigned to the topic: -`shard{shard_number % SHARD_SUBNET_COUNT}`. +`shard{shard_number % SHARD_SUBNET_COUNT}_attestation`. ### Messages