go-ethereum/internal/cli/server/testdata/test.toml
Pratik Patil 16408ba324
internal/cli, cmd/geth: replaced package naoina/toml with BurntSushi/toml and updated config name-tags (#486)
* removed package naoina/toml from dumpconfig and added BurntSushi/toml

* updated cmd/gethconfig.go
2022-08-05 14:56:41 +05:30

23 lines
235 B
TOML

datadir = "./data"
[requiredblocks]
a = "b"
[p2p]
maxpeers = 30
[txpool]
locals = []
lifetime = "1s"
[miner]
mine = false
gaslimit = 20000000
gasprice = "30000000000"
[gpo]
ignoreprice = "4"
[cache]
cache = 1024
rejournal = "1s"