mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Merge 1eca9501e0 into 8ea3c88e44
This commit is contained in:
commit
bf68a46f9a
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue