1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00
This commit is contained in:
Pavol Rusnak 2018-05-24 17:07:17 +02:00
parent bb5e49e452
commit e2962ef9f7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -227,7 +227,6 @@ class TestMsgSigntxBch(TrezorTest):
assert exc.value.args[0] in (proto.FailureType.ProcessError, proto.FailureType.DataError)
assert exc.value.args[1].endswith('Transaction has changed during signing')
def test_attack_change_input(self):
self.setup_mnemonic_allallall()
self.client.set_tx_api(TxApiBcash)