|
|
|
@ -69,8 +69,8 @@ type ConfigType struct { |
|
|
|
|
isBeacon bool // whether this node is beacon node doing consensus or not
|
|
|
|
|
ShardID uint32 // ShardID of this node
|
|
|
|
|
role Role // Role of the node
|
|
|
|
|
Port string |
|
|
|
|
IP string |
|
|
|
|
Port string // Port of the node.
|
|
|
|
|
IP string // IP of the node.
|
|
|
|
|
|
|
|
|
|
StringRole string |
|
|
|
|
Host p2p.Host |
|
|
|
|