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.
2 parents 488a907 + 04cbe19 commit d9f2a29Copy full SHA for d9f2a29
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