mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 15:03:45 +00:00
eth/gasprice: hide nil default from dumpconfig output
This commit is contained in:
parent
12d627ee90
commit
f3fb2fc006
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ var maxPrice = big.NewInt(500 * params.Shannon)
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Blocks int
|
Blocks int
|
||||||
Percentile int
|
Percentile int
|
||||||
Default *big.Int
|
Default *big.Int `toml:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Oracle recommends gas prices based on the content of recent
|
// Oracle recommends gas prices based on the content of recent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue