diff --git a/test/functional/p2p-instantsend.py b/test/functional/p2p-instantsend.py index cabf8e9c8e..39e04caabb 100755 --- a/test/functional/p2p-instantsend.py +++ b/test/functional/p2p-instantsend.py @@ -85,6 +85,8 @@ class InstantSendTest(DashTestFramework): # TODO: mine these blocks on an isolated node self.bump_mocktime(1) set_node_times(self.nodes, self.mocktime) + # make sure the above TX is on node0 + self.sync_mempools([n for n in self.nodes if n is not isolated]) self.nodes[0].generate(2) self.sync_all()