Skip to content

Commit f2355fd

Browse files
committed
sync_blocks in feature_dynafed
1 parent 582921f commit f2355fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_dynafed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def test_all_vote(self):
305305
assert comb_result["complete"]
306306
self.nodes[0].submitblock(comb_result["hex"])
307307
assert_equal(self.nodes[0].getblockcount(), cur_height+11)
308+
self.sync_blocks()
308309

309310
def test_transition_mempool_eject(self):
310311
self.log.info("Testing mempool (r)ejection policy on transitions...")

0 commit comments

Comments
 (0)