openethereum/parity/cli/tests/config.stratum_enabled.toml
lamafab 288d73789a Explicitly enable or disable Stratum in config file (Issue 9785) (#10521)
* add disable field and check value while reading config

* test stratum configuration

* fix small typo
2019-04-02 11:19:20 +02:00

5 lines
84 B
TOML

[stratum]
disable = false
interface = "some_interface"
port = 8007
secret = "Yellow"