From fa195d4eba6397262e3e76c8525eb48dcb5e7f2d Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 16 Jun 2020 15:07:37 -0400 Subject: [PATCH] test: Add missing sync_blocks --- test/functional/feature_notifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/feature_notifications.py b/test/functional/feature_notifications.py index 33a308ad1..dd4c318ce 100755 --- a/test/functional/feature_notifications.py +++ b/test/functional/feature_notifications.py @@ -93,6 +93,7 @@ class NotificationsTest(BitcoinTestFramework): self.nodes[0].sethdseed(seed=self.nodes[1].dumpprivkey(keyhash_to_p2pkh(hex_str_to_bytes(self.nodes[1].getwalletinfo()['hdseedid'])[::-1]))) self.nodes[0].rescanblockchain() self.nodes[0].generatetoaddress(100, ADDRESS_BCRT1_UNSPENDABLE) + self.sync_blocks() # Generate transaction on node 0, sync mempools, and check for # notification on node 1.