diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2020-07-29 15:32:21 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2021-02-01 23:13:35 +0100 |
commit | 98892f39e3d079c73bff7f2a5d5420fa95270497 (patch) | |
tree | d67a006677c0ea2233d91149180860d7277be561 /test/functional/test-shell.md | |
parent | 16b784d953365bb2d7ae65acd2b20a79ef8ba7b6 (diff) |
doc: Improve setup_clean_chain documentation
Diffstat (limited to 'test/functional/test-shell.md')
-rw-r--r-- | test/functional/test-shell.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test-shell.md b/test/functional/test-shell.md index f6ea9ef682..b8e899d675 100644 --- a/test/functional/test-shell.md +++ b/test/functional/test-shell.md @@ -178,7 +178,7 @@ can be called after the TestShell is shut down. | `num_nodes` | `1` | Sets the number of initialized bitcoind processes. | | `perf` | False | Profiles running nodes with `perf` for the duration of the test if set to `True`. | | `rpc_timeout` | `60` | Sets the RPC server timeout for the underlying bitcoind processes. | -| `setup_clean_chain` | `False` | Initializes an empty blockchain by default. A 199-block-long chain is initialized if set to `True`. | +| `setup_clean_chain` | `False` | A 200-block-long chain is initialized from cache by default. Instead, `setup_clean_chain` initializes an empty blockchain if set to `True`. | | `randomseed` | Random Integer | `TestShell.options.randomseed` is a member of `TestShell` which can be accessed during a test to seed a random generator. User can override default with a constant value for reproducible test runs. | | `supports_cli` | `False` | Whether the bitcoin-cli utility is compiled and available for the test. | | `tmpdir` | `"/var/folders/.../"` | Sets directory for test logs. Will be deleted upon a successful test run unless `nocleanup` is set to `True` | |