aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_coinstatsindex.py
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2021-12-05 22:42:29 +0100
committerFabian Jahr <fjahr@protonmail.com>2021-12-05 22:42:29 +0100
commitc055f6b216659b844c8dcd4ff2a977f181099678 (patch)
treed6bb14c649f6cf8970890a3fc7b881ed3438af05 /test/functional/feature_coinstatsindex.py
parent57982f419e36d0023c83af2dd0d683ca3160dc2a (diff)
downloadbitcoin-c055f6b216659b844c8dcd4ff2a977f181099678.tar.xz
test: Remove false coinstatsindex test
Diffstat (limited to 'test/functional/feature_coinstatsindex.py')
-rwxr-xr-xtest/functional/feature_coinstatsindex.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/functional/feature_coinstatsindex.py b/test/functional/feature_coinstatsindex.py
index 19bb908b64..8afd0ff74a 100755
--- a/test/functional/feature_coinstatsindex.py
+++ b/test/functional/feature_coinstatsindex.py
@@ -276,14 +276,6 @@ class CoinStatsIndexTest(BitcoinTestFramework):
res3 = index_node.gettxoutsetinfo(hash_type='muhash', hash_or_height=112)
assert_equal(res2, res3)
- self.log.info("Test that a node aware of stale blocks syncs them as well")
- node = self.nodes[0]
- # Ensure the node is aware of a stale block prior to restart
- node.getblock(reorg_block)
-
- self.restart_node(0, ["-coinstatsindex"])
- assert_raises_rpc_error(-32603, "Unable to get data because coinstatsindex is still syncing.", node.gettxoutsetinfo, 'muhash', reorg_block)
-
def _test_index_rejects_hash_serialized(self):
self.log.info("Test that the rpc raises if the legacy hash is passed with the index")