go-ethereum/internal/cli/server/testdata/test.toml
Pratik Patil 77db80cc91
Added script to generate config.toml fromstart.sh (#518)
* added go and bash script to get config out of start.sh and updated flagset.go

* changed 'requiredblocks' flag back to 'eth.requiredblocks'

* updated script

* changed 'requiredblocks' flag back to 'eth.requiredblocks'

* updated tests, and removed requiredblocks from json and hcl

* addressed comments
2022-09-23 13:37:04 +05:30

23 lines
240 B
TOML

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