delete genesis check

This commit is contained in:
Andrey Samokhvalov 2016-05-16 19:18:53 +03:00
parent fc0638f9d8
commit 1eca9501e0

View file

@ -746,10 +746,10 @@ func MakeSystemNode(name, version string, relconf release.Config, extra []byte,
if !ctx.GlobalIsSet(ListenPortFlag.Name) {
stackConf.ListenAddr = ":0"
}
// Override the Ethereum protocol configs
if !ctx.GlobalIsSet(GenesisFileFlag.Name) {
ethConf.Genesis = core.OlympicGenesisBlock()
}
//// Override the Ethereum protocol configs
//if !ctx.GlobalIsSet(GenesisFileFlag.Name) {
// ethConf.Genesis = core.OlympicGenesisBlock()
//}
if !ctx.GlobalIsSet(GasPriceFlag.Name) {
ethConf.GasPrice = new(big.Int)
}