mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-30 05:52:33 +02:00
test: Add missing sync_all to feature_coinstatsindex
This commit is contained in:
parent
327e2691f6
commit
fafd9165e9
@ -281,6 +281,7 @@ class CoinStatsIndexTest(BitcoinTestFramework):
|
|||||||
# Add another block, so we don't depend on reconsiderblock remembering which
|
# Add another block, so we don't depend on reconsiderblock remembering which
|
||||||
# blocks were touched by invalidateblock
|
# blocks were touched by invalidateblock
|
||||||
index_node.generate(1)
|
index_node.generate(1)
|
||||||
|
self.sync_all()
|
||||||
|
|
||||||
# Ensure that removing and re-adding blocks yields consistent results
|
# Ensure that removing and re-adding blocks yields consistent results
|
||||||
block = index_node.getblockhash(99)
|
block = index_node.getblockhash(99)
|
||||||
|
Loading…
Reference in New Issue
Block a user