From 311091e7c5d4d0d1646757186852df4759161fd8 Mon Sep 17 00:00:00 2001 From: Eugene Kim Date: Mon, 2 Dec 2019 13:27:45 -0800 Subject: [PATCH] Fix typo --- 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 3f5bba46c..e770f8d85 100644 --- a/internal/configs/node/config.go +++ b/internal/configs/node/config.go @@ -69,7 +69,7 @@ type ConfigType struct { client GroupID // the client group ID of the shard isClient bool // whether this node is a client node, such as wallet isBeacon bool // whether this node is beacon node doing consensus or not - ShardID uint32 // ShardID of this node; TODO ek – reviisit when resharding + ShardID uint32 // ShardID of this node; TODO ek – revisit when resharding role Role // Role of the node Port string // Port of the node. IP string // IP of the node.