mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-07 09:29:04 +00:00
fix typo
This commit is contained in:
parent
bb5e49e452
commit
e2962ef9f7
@ -227,7 +227,6 @@ class TestMsgSigntxBch(TrezorTest):
|
|||||||
assert exc.value.args[0] in (proto.FailureType.ProcessError, proto.FailureType.DataError)
|
assert exc.value.args[0] in (proto.FailureType.ProcessError, proto.FailureType.DataError)
|
||||||
assert exc.value.args[1].endswith('Transaction has changed during signing')
|
assert exc.value.args[1].endswith('Transaction has changed during signing')
|
||||||
|
|
||||||
|
|
||||||
def test_attack_change_input(self):
|
def test_attack_change_input(self):
|
||||||
self.setup_mnemonic_allallall()
|
self.setup_mnemonic_allallall()
|
||||||
self.client.set_tx_api(TxApiBcash)
|
self.client.set_tx_api(TxApiBcash)
|
||||||
|
Loading…
Reference in New Issue
Block a user