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 582921f commit f2355fdCopy full SHA for f2355fd
test/functional/feature_dynafed.py
@@ -305,6 +305,7 @@ def test_all_vote(self):
305
assert comb_result["complete"]
306
self.nodes[0].submitblock(comb_result["hex"])
307
assert_equal(self.nodes[0].getblockcount(), cur_height+11)
308
+ self.sync_blocks()
309
310
def test_transition_mempool_eject(self):
311
self.log.info("Testing mempool (r)ejection policy on transitions...")
0 commit comments