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