mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 01:48:17 +00:00
fix test_protection_levels
This commit is contained in:
parent
86d05ac9ee
commit
eff303cecc
@ -120,6 +120,7 @@ class TestProtectionLevels(common.TrezorTest):
|
|||||||
self.setup_mnemonic_pin_passphrase()
|
self.setup_mnemonic_pin_passphrase()
|
||||||
self.client.set_expected_responses([proto.ButtonRequest(),proto.Success()])
|
self.client.set_expected_responses([proto.ButtonRequest(),proto.Success()])
|
||||||
self.client.verify_message(
|
self.client.verify_message(
|
||||||
|
'Bitcoin',
|
||||||
'14LmW5k4ssUrtbAB4255zdqv3b4w1TuX9e',
|
'14LmW5k4ssUrtbAB4255zdqv3b4w1TuX9e',
|
||||||
binascii.unhexlify('209e23edf0e4e47ff1dec27f32cd78c50e74ef018ee8a6adf35ae17c7a9b0dd96f48b493fd7dbab03efb6f439c6383c9523b3bbc5f1a7d158a6af90ab154e9be80'),
|
binascii.unhexlify('209e23edf0e4e47ff1dec27f32cd78c50e74ef018ee8a6adf35ae17c7a9b0dd96f48b493fd7dbab03efb6f439c6383c9523b3bbc5f1a7d158a6af90ab154e9be80'),
|
||||||
'This is an example of a signed message.')
|
'This is an example of a signed message.')
|
||||||
|
Loading…
Reference in New Issue
Block a user