Commit d8ac781
test: fix additional IS lock sync sites that passed nodes=[self.nodes[0]]
wait_for_instantlock(nodes=[self.nodes[0]]) makes the internal
sync_mempools a no-op since it only syncs the sender with itself.
The MN signer nodes still need the TX, so drop the nodes= restriction
to sync all nodes including dynamically added masternodes.
Fixes: feature_llmq_singlenode.py (2 sites), feature_notifications.py,
interface_zmq_dash.py (governance collateral)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c79c2d9 commit d8ac781
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments