mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
15 lines
No EOL
215 B
JSON
15 lines
No EOL
215 B
JSON
{
|
|
"data-dir": "./data",
|
|
"requiredblocks": {
|
|
"a": "b"
|
|
},
|
|
"p2p": {
|
|
"max-peers": 30
|
|
},
|
|
"txpool": {
|
|
"lifetime": "1s"
|
|
},
|
|
"gpo": {
|
|
"max-price": "100"
|
|
}
|
|
} |