Skip to content

Commit 5a43003

Browse files
UdjinM6claude
andcommitted
test: verify post-restart IS lock on all nodes, not just sender
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ecd5c90 commit 5a43003

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/functional/p2p_instantsend.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ def check_mn_peers(node=mn_node, my_hash=mn_info.proTxHash):
214214
is_id = sender.sendtoaddress(receiver_addr, 0.5)
215215
self.bump_mocktime(30)
216216
self.sync_mempools()
217-
self.wait_for_instantlock(is_id, sender)
217+
for node in self.nodes:
218+
self.wait_for_instantlock(is_id, node)
218219
self.log.info("InstantSend lock succeeded after full restart")
219220

220221
# clean up

0 commit comments

Comments
 (0)