mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: Add missing sync_all to feature_coinstatsindex
This commit is contained in:
parent
327e2691f6
commit
fafd9165e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue