Skip to content

Commit d9f2a29

Browse files
authored
Merge pull request #2209 from CortexFoundation/cola06
revert default tips
2 parents 488a907 + 04cbe19 commit d9f2a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/miner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Config struct {
6262
var DefaultConfig = Config{
6363
GasFloor: params.MinerGasFloor,
6464
GasCeil: params.MinerGasCeil,
65-
GasPrice: big.NewInt(params.GWei / 1000),
65+
GasPrice: big.NewInt(params.GWei),
6666
Recommit: 3 * time.Second,
6767
}
6868

0 commit comments

Comments
 (0)