Allow for multiple Geth nodes (#128)

This commit is contained in:
Matt K
2018-01-10 15:54:36 -06:00
committed by GitHub
parent f41bf49b0e
commit a9bea4f492
12 changed files with 98 additions and 26 deletions
+2
View File
@@ -3,4 +3,6 @@ package core
type Node struct {
GenesisBlock string
NetworkId float64
Id string
ClientName string
}