chg : sealer.gasPrice to 1 from 30Gwei

This commit is contained in:
Shivam Sharma 2022-08-24 14:58:38 +05:30
parent 95f551eccc
commit 8186e4d2a1

View file

@ -437,7 +437,7 @@ func DefaultConfig() *Config {
Enabled: false,
Etherbase: "",
GasCeil: 20000000,
GasPrice: big.NewInt(30 * params.GWei),
GasPrice: big.NewInt(1),
ExtraData: "",
},
Gpo: &GpoConfig{