Enable multisig tests for Trezor
This commit is contained in:
parent
3b0429b7ec
commit
d8d74ac2dc
@ -274,7 +274,7 @@ class TestSignTx(DeviceTestCase):
|
||||
# Test wrapper to avoid mixed-inputs signing for Ledger
|
||||
def test_signtx(self):
|
||||
supports_mixed = {'coldcard', 'trezor'}
|
||||
supports_multisig = {'ledger'}
|
||||
supports_multisig = {'ledger', 'trezor'}
|
||||
if self.type not in supports_mixed:
|
||||
self._test_signtx("legacy", self.type in supports_multisig)
|
||||
self._test_signtx("segwit", self.type in supports_multisig)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user