Skip to content

Commit fafd916

Browse files
author
MarcoFalke
committed
test: Add missing sync_all to feature_coinstatsindex
1 parent 327e269 commit fafd916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_coinstatsindex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def _test_reorg_index(self):
281281
# Add another block, so we don't depend on reconsiderblock remembering which
282282
# blocks were touched by invalidateblock
283283
index_node.generate(1)
284+
self.sync_all()
284285

285286
# Ensure that removing and re-adding blocks yields consistent results
286287
block = index_node.getblockhash(99)

0 commit comments

Comments
 (0)