We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74950da commit 04cbe19Copy full SHA for 04cbe19
miner/miner.go
@@ -62,7 +62,7 @@ type Config struct {
62
var DefaultConfig = Config{
63
GasFloor: params.MinerGasFloor,
64
GasCeil: params.MinerGasCeil,
65
- GasPrice: big.NewInt(params.GWei / 1000),
+ GasPrice: big.NewInt(params.GWei),
66
Recommit: 3 * time.Second,
67
}
68
0 commit comments