Add TODO reminder for ShardID cleanup

pull/1391/head
Eugene Kim 5 years ago
parent 83f260542b
commit 568d355643
  1. 2
      internal/configs/node/config.go

@ -73,7 +73,7 @@ type ConfigType struct {
client p2p.GroupID // the client group ID of the shard client p2p.GroupID // the client group ID of the shard
isClient bool // whether this node is a client node, such as wallet/txgen 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 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 role Role // Role of the node
Port string // Port of the node. Port string // Port of the node.
IP string // IP of the node. IP string // IP of the node.

Loading…
Cancel
Save