From fafd9165e911bf33d6212ca8a613b71878c82449 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 22 Jun 2021 20:13:59 +0200 Subject: [PATCH] test: Add missing sync_all to feature_coinstatsindex --- test/functional/feature_coinstatsindex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/feature_coinstatsindex.py b/test/functional/feature_coinstatsindex.py index cf270b25eef..7488e3cb420 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)