aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-06-22 20:13:59 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-22 20:10:33 +0200
commitfafd9165e911bf33d6212ca8a613b71878c82449 (patch)
tree578a97ebbe64e5bce571d734eeeaf39d1f547074 /test
parent327e2691f6e0498aa868af965bb4a951c5be17c5 (diff)
downloadbitcoin-fafd9165e911bf33d6212ca8a613b71878c82449.tar.xz
test: Add missing sync_all to feature_coinstatsindex
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_coinstatsindex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_coinstatsindex.py b/test/functional/feature_coinstatsindex.py
index cf270b25ee..7488e3cb42 100755
--- a/test/functional/feature_coinstatsindex.py
+++ b/test/functional/feature_coinstatsindex.py
@@ -281,6 +281,7 @@ class CoinStatsIndexTest(BitcoinTestFramework):
# Add another block, so we don't depend on reconsiderblock remembering which
# blocks were touched by invalidateblock
index_node.generate(1)
+ self.sync_all()
# Ensure that removing and re-adding blocks yields consistent results
block = index_node.getblockhash(99)