Merge pull request #398 from tynes/Docs-fix-network-list

docs: replace unsupported option with supported
This commit is contained in:
Steven Bower 2018-04-03 10:35:01 -07:00 committed by GitHub
commit 9bc81cac9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Will create a datadir of `~/.bcoin_spv`, containing a chain database, wallet dat
## Common Options
- `config`: Points to a custom config file, not in the prefix directory.
- `network`: Which network's chainparams to use for the node (main, testnet, regtest, or segnet4) (default: main).
- `network`: Which network's chainparams to use for the node (main, testnet, regtest, or simnet) (default: main).
- `workers`: Whether to use a worker process pool for transaction verification (default: true).
- `workers-size`: Number of worker processes to spawn for transaction verification. By default, the worker pool will be sized based on the number of CPUs/cores in the machine.
- `workers-timeout`: Worker process execution timeout in milliseconds (default: 120000).