openethereum/parity/cli
Nicolas Ochem 54b14001fa fix mining help (#6885)
was
        --min-gas-price=[STRING]
	                Minimum amount of Wei per GAS to be paid for a
			transaction to be accepted for mining. Overrides
			--basic-tx-usd.

Issue: --basic-tx-usd does not exist. Author probably meant
--usd-per-tx.

New:
        --min-gas-price=[STRING]
	                Minimum amount of Wei per GAS to be paid for a
			transaction to be accepted for mining. Overrides
			--usd-per-tx.
2017-10-25 11:38:47 +02:00
..
presets v1.9.0 (#6727) 2017-10-12 23:44:02 +02:00
tests Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00
mod.rs fix mining help (#6885) 2017-10-25 11:38:47 +02:00
usage_header.txt Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00
usage.rs CLI: Reject invalid argument values rather than ignore them (#6723) 2017-10-13 12:20:57 +02:00
version.txt Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00