mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
chg : default sealer.gasPrice from 1wei to 1Gwei
This commit is contained in:
parent
8186e4d2a1
commit
632c1646a8
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ func DefaultConfig() *Config {
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
Etherbase: "",
|
Etherbase: "",
|
||||||
GasCeil: 20000000,
|
GasCeil: 20000000,
|
||||||
GasPrice: big.NewInt(1),
|
GasPrice: big.NewInt(1 * params.GWei),
|
||||||
ExtraData: "",
|
ExtraData: "",
|
||||||
},
|
},
|
||||||
Gpo: &GpoConfig{
|
Gpo: &GpoConfig{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue