mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05: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
Reference in a new issue