Commit c885b55
committed
test: fix wait_for_instantlock calls in test_instantsend_after_restart
The merge of dashpay#7240 and dashpay#7241 left two call sites in
test_instantsend_after_restart using the old positional signature
wait_for_instantlock(txid, node). After dashpay#7241 changed the signature
to *txids with keyword-only nodes=, the node object was silently
consumed as a second txid, causing the wait to always time out.
Use the new consolidated API which handles mempool sync and checks
all nodes by default.1 parent 3957e09 commit c885b55
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 142 | + | |
146 | 143 | | |
147 | 144 | | |
148 | 145 | | |
| |||
199 | 196 | | |
200 | 197 | | |
201 | 198 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 199 | + | |
206 | 200 | | |
207 | 201 | | |
208 | 202 | | |
| |||
0 commit comments