mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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 {
|
||||
Blocks int
|
||||
Percentile int
|
||||
Default *big.Int
|
||||
Default *big.Int `toml:",omitempty"`
|
||||
}
|
||||
|
||||
// Oracle recommends gas prices based on the content of recent
|
||||
|
|
|
|||
Loading…
Reference in a new issue