add comments

pull/952/head
Minh Doan 6 years ago committed by Minh Doan
parent f08044a69f
commit 489228f465
  1. 4
      internal/configs/node/config.go

@ -69,8 +69,8 @@ type ConfigType struct {
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 // ShardID of this node ShardID uint32 // ShardID of this node
role Role // Role of the node role Role // Role of the node
Port string Port string // Port of the node.
IP string IP string // IP of the node.
StringRole string StringRole string
Host p2p.Host Host p2p.Host

Loading…
Cancel
Save