go-ethereum/command/server/testdata/simple.json
2021-10-26 18:09:46 +02:00

15 lines
No EOL
210 B
JSON

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