network > chain_id, put in genesis.json

This commit is contained in:
Ethan Buchman
2015-05-29 14:13:45 -04:00
parent bb67fe0356
commit 8a2d9525f0
22 changed files with 139 additions and 60 deletions

View File

@ -18,7 +18,7 @@ type PrivNodeID struct {
type NodeGreeting struct {
NodeID
Version string
Network string
ChainID string
Message string
Time time.Time
}