This commit is contained in:
andrew.shvv 2016-05-18 10:40:07 +00:00
commit bf68a46f9a

View file

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