go-ethereum/internal/cli/server/testdata/simple.json
2022-05-17 17:08:41 -07:00

15 lines
No EOL
215 B
JSON

{
"data-dir": "./data",
"requiredblocks": {
"a": "b"
},
"p2p": {
"max-peers": 30
},
"txpool": {
"lifetime": "1s"
},
"gpo": {
"max-price": "100"
}
}