We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7005a01 commit 5bd2010Copy full SHA for 5bd2010
test/functional/feature_assumeutxo.py
@@ -142,7 +142,10 @@ def no_sync():
142
f"-stopatheight={PAUSE_HEIGHT}", *self.extra_args[1]])
143
144
# Finally connect the nodes and let them sync.
145
- self.connect_nodes(0, 1)
+ #
146
+ # Set `wait_for_connect=False` to avoid a race between performing connection
147
+ # assertions and the -stopatheight tripping.
148
+ self.connect_nodes(0, 1, wait_for_connect=False)
149
150
n1.wait_until_stopped(timeout=5)
151
0 commit comments