Skip to content

Commit

Permalink
Merge pull request #2209 from CortexFoundation/cola06
Browse files Browse the repository at this point in the history
revert default tips
  • Loading branch information
ucwong authored Nov 22, 2024
2 parents 488a907 + 04cbe19 commit d9f2a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type Config struct {
var DefaultConfig = Config{
GasFloor: params.MinerGasFloor,
GasCeil: params.MinerGasCeil,
GasPrice: big.NewInt(params.GWei / 1000),
GasPrice: big.NewInt(params.GWei),
Recommit: 3 * time.Second,
}

Expand Down

0 comments on commit d9f2a29

Please sign in to comment.