From 568d35564389b79a6c38ec0827abf476346a1462 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Wed, 21 Aug 2019 12:05:12 -0700 Subject: [PATCH] Add TODO reminder for ShardID cleanup --- internal/configs/node/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configs/node/config.go b/internal/configs/node/config.go index a7d84dbb4..c471ed933 100644 --- a/internal/configs/node/config.go +++ b/internal/configs/node/config.go @@ -73,7 +73,7 @@ type ConfigType struct { client p2p.GroupID // the client group ID of the shard isClient bool // whether this node is a client node, such as wallet/txgen isBeacon bool // whether this node is beacon node doing consensus or not - ShardID uint32 // ShardIDs of this node + ShardID uint32 // ShardIDs of this node; TODO ek – reviisit when resharding role Role // Role of the node Port string // Port of the node. IP string // IP of the node.