Skip to content

Commit fa195d4

Browse files
author
MarcoFalke
committed
test: Add missing sync_blocks
1 parent 23b2a68 commit fa195d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_notifications.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def run_test(self):
9393
self.nodes[0].sethdseed(seed=self.nodes[1].dumpprivkey(keyhash_to_p2pkh(hex_str_to_bytes(self.nodes[1].getwalletinfo()['hdseedid'])[::-1])))
9494
self.nodes[0].rescanblockchain()
9595
self.nodes[0].generatetoaddress(100, ADDRESS_BCRT1_UNSPENDABLE)
96+
self.sync_blocks()
9697

9798
# Generate transaction on node 0, sync mempools, and check for
9899
# notification on node 1.

0 commit comments

Comments
 (0)