pull/1939/head
Eugene Kim 5 years ago
parent 878e13ba8c
commit 311091e7c5
  1. 2
      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.

Loading…
Cancel
Save