aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2021-05-13 19:20:47 +0200
committerFabian Jahr <fjahr@protonmail.com>2022-04-25 23:22:00 +0200
commit825d19839bf71245306d4c8edde040e5941caa46 (patch)
tree96a5d6f72bfe8c405f90e7c8f146e92600d4a396 /test
parentf08c9fb0c6a799e3cb75ca5f763a746471625beb (diff)
downloadbitcoin-825d19839bf71245306d4c8edde040e5941caa46.tar.xz
Index: Allow coinstatsindex with pruning enabled
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_pruning.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py
index bf19384279..4110526d15 100755
--- a/test/functional/feature_pruning.py
+++ b/test/functional/feature_pruning.py
@@ -138,10 +138,6 @@ class PruneTest(BitcoinTestFramework):
extra_args=['-prune=550', '-txindex'],
)
self.nodes[0].assert_start_raises_init_error(
- expected_msg='Error: Prune mode is incompatible with -coinstatsindex.',
- extra_args=['-prune=550', '-coinstatsindex'],
- )
- self.nodes[0].assert_start_raises_init_error(
expected_msg='Error: Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead.',
extra_args=['-prune=550', '-reindex-chainstate'],
)