aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_notifications.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-16 15:07:37 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-16 15:05:05 -0400
commitfa195d4eba6397262e3e76c8525eb48dcb5e7f2d (patch)
tree7aab606a496de2231accb7915d5f3416b125b5fe /test/functional/feature_notifications.py
parent23b2a68df57125734f9b452870e2b18345cda32f (diff)
downloadbitcoin-fa195d4eba6397262e3e76c8525eb48dcb5e7f2d.tar.xz
test: Add missing sync_blocks
Diffstat (limited to 'test/functional/feature_notifications.py')
-rwxr-xr-xtest/functional/feature_notifications.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_notifications.py b/test/functional/feature_notifications.py
index 33a308ad1b..dd4c318cee 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.