chg : default sealer.gasPrice from 1wei to 1Gwei

This commit is contained in:
Shivam Sharma 2022-08-25 12:47:54 +05:30
parent 8186e4d2a1
commit 632c1646a8

View file

@ -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{