Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Revert "chore(config): reduce default miner gas-price default"
Browse files Browse the repository at this point in the history
This reverts commit e0dc7de.
  • Loading branch information
itsdevbear committed Oct 26, 2023
1 parent e0dc7de commit d34a732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/testapp/docker/local/config/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ etherbase = "0x0000000000000000000000000000000000000000"
extra-data = "0x"

# Gas price for transactions included in blocks
gas-price = "10000000"
gas-price = "1000000000"

# Minimum gas limit for transactions included in blocks
gas-floor = "0"
Expand Down
1 change: 0 additions & 1 deletion eth/polar/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func DefaultConfig() *Config {
gpoConfig := ethconfig.FullNodeGPO
gpoConfig.Default = big.NewInt(gpoDefault)
minerCfg := miner.DefaultConfig
minerCfg.GasPrice = big.NewInt(1e7)
minerCfg.Etherbase = common.HexToAddress(developmentCoinbase)
// TODO: setup proper command line flags
return &Config{
Expand Down

0 comments on commit d34a732

Please sign in to comment.