Skip to content

Commit c055f6b

Browse files
committed
test: Remove false coinstatsindex test
1 parent 57982f4 commit c055f6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/functional/feature_coinstatsindex.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,6 @@ def _test_reorg_index(self):
276276
res3 = index_node.gettxoutsetinfo(hash_type='muhash', hash_or_height=112)
277277
assert_equal(res2, res3)
278278

279-
self.log.info("Test that a node aware of stale blocks syncs them as well")
280-
node = self.nodes[0]
281-
# Ensure the node is aware of a stale block prior to restart
282-
node.getblock(reorg_block)
283-
284-
self.restart_node(0, ["-coinstatsindex"])
285-
assert_raises_rpc_error(-32603, "Unable to get data because coinstatsindex is still syncing.", node.gettxoutsetinfo, 'muhash', reorg_block)
286-
287279
def _test_index_rejects_hash_serialized(self):
288280
self.log.info("Test that the rpc raises if the legacy hash is passed with the index")
289281

0 commit comments

Comments
 (0)