Commit 598aad2
committed
coldcard: disable test_signtx
```
ERROR: coldcard: test_signtx (test_device.TestSignTx.test_signtx) (addrtypes=['legacy'], multisig_types=['legacy'], external=True, op_return=False)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/__w/HWI/HWI/test/test_device.py", line 588, in test_signtx
self._test_signtx(addrtypes, multisig_types, external, op_return)
File "/__w/HWI/HWI/test/test_device.py", line 576, in _test_signtx
self._generate_and_finalize(True, psbt)
File "/__w/HWI/HWI/test/test_device.py", line 403, in _generate_and_finalize
self.assertTrue(first_sign_res["signed"])
~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: 'signed'
```1 parent 7dc2579 commit 598aad2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
| |||
0 commit comments