openethereum/parity/cli/presets/config.dev.toml
Joseph Mark e0b15116a5
Replace dev chain special case with preset
Add --min-gas-price (does the same as legacy --gasprice) and tweak
gas_pricer_config() and test cases.  Dev preset will still be
overridden by CLI arguments, including --gasprice.
2017-07-13 19:25:41 +07:00

6 lines
74 B
TOML

[parity]
chain = "dev"
[mining]
reseal_min_period = 0
min_gas_price = "0"