forked from TrueCloudLab/neoneo-go
Node network improvements (#45)
* small improvements. * Fixed datarace + cleanup node and peer * bumped version. * removed race flag to pass build
This commit is contained in:
parent
4023661cf1
commit
aa4bd34b6b
12 changed files with 367 additions and 147 deletions
|
@ -10,3 +10,13 @@ func GenesisHashPrivNet() util.Uint256 {
|
|||
hash, _ := util.Uint256DecodeString("996e37358dc369912041f966f8c5d8d3a8255ba5dcbd3447f8a82b55db869099")
|
||||
return hash
|
||||
}
|
||||
|
||||
func GenesisHashTestNet() util.Uint256 {
|
||||
hash, _ := util.Uint256DecodeString("b3181718ef6167105b70920e4a8fbbd0a0a56aacf460d70e10ba6fa1668f1fef")
|
||||
return hash
|
||||
}
|
||||
|
||||
func GenesisHashMainNet() util.Uint256 {
|
||||
hash, _ := util.Uint256DecodeString("d42561e3d30e15be6400b6df2f328e02d2bf6354c41dce433bc57687c82144bf")
|
||||
return hash
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue