Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed Mar 15, 2024
1 parent ea6d39b commit db8967f
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 @@ -64,7 +64,7 @@ var DefaultConfig = Config{
GasFloor: params.DefaultMinGasLimit,
GasCeil: params.GenesisGasLimit,
GasPrice: big.NewInt(params.GWei),
Recommit: 3 * time.Second, // for ibet
Recommit: 3 * time.Second,
NewPayloadTimeout: 800 * time.Millisecond, // for ibet
}

Expand Down

0 comments on commit db8967f

Please sign in to comment.