diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-06-22 20:13:59 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-06-22 20:10:33 +0200 |
commit | fafd9165e911bf33d6212ca8a613b71878c82449 (patch) | |
tree | 578a97ebbe64e5bce571d734eeeaf39d1f547074 /test/functional | |
parent | 327e2691f6e0498aa868af965bb4a951c5be17c5 (diff) |
test: Add missing sync_all to feature_coinstatsindex
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/feature_coinstatsindex.py | 1 |
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) |