mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +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,
|
||||
Etherbase: "",
|
||||
GasCeil: 20000000,
|
||||
GasPrice: big.NewInt(1),
|
||||
GasPrice: big.NewInt(1 * params.GWei),
|
||||
ExtraData: "",
|
||||
},
|
||||
Gpo: &GpoConfig{
|
||||
|
|
|
|||
Loading…
Reference in a new issue