cmd/geth, eth/gasprice: add configurable threshold to gas price oracle (#22752)
This adds a cmd line parameter `--gpo.ignoreprice`, to make the gas price oracle ignore transactions below the given threshold.
Showing
- cmd/geth/main.go 1 addition, 0 deletionscmd/geth/main.go
- cmd/geth/usage.go 1 addition, 0 deletionscmd/geth/usage.go
- cmd/utils/flags.go 8 additions, 0 deletionscmd/utils/flags.go
- eth/ethconfig/config.go 8 additions, 6 deletionseth/ethconfig/config.go
- eth/gasprice/gasprice.go 25 additions, 14 deletionseth/gasprice/gasprice.go
Loading
Please register or sign in to comment