Enable multisig tests for Trezor

This commit is contained in:
Andrew Chow 2019-01-09 12:13:58 -05:00
parent 3b0429b7ec
commit d8d74ac2dc

View File

@ -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)