mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-21 11:07:16 +02:00
test: Add missing sync_all to feature_coinstatsindex
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user