Documentation ¶ Index ¶ Variables type Config Constants ¶ This section is empty. Variables ¶ View Source var DefaultIgnorePrice = big.NewInt(2 * params.Wei) View Source var ( DefaultMaxPrice = big.NewInt(500 * params.GWei) ) Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Blocks int Percentile int MaxHeaderHistory int MaxBlockHistory int Default *big.Int `toml:",omitempty"` MaxPrice *big.Int `toml:",omitempty"` IgnorePrice *big.Int `toml:",omitempty"` } Source Files ¶ View all Source files gaspricecfg.go Click to show internal directories. Click to hide internal directories.