We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa211f commit fadddd1Copy full SHA for fadddd1
test/functional/p2p_blockfilters.py
@@ -63,6 +63,7 @@ def run_test(self):
63
self.disconnect_nodes(0, 1)
64
65
stale_block_hash = self.nodes[0].generate(1)[0]
66
+ self.nodes[0].syncwithvalidationinterfacequeue()
67
assert_equal(self.nodes[0].getblockcount(), 1000)
68
69
self.nodes[1].generate(1001)
@@ -90,6 +91,7 @@ def run_test(self):
90
91
self.log.info("Reorg node 0 to a new chain.")
92
self.connect_nodes(0, 1)
93
self.sync_blocks(timeout=600)
94
95
96
main_block_hash = self.nodes[0].getblockhash(1000)
97
assert main_block_hash != stale_block_hash, "node 0 chain did not reorganize"
0 commit comments