1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 01:48:17 +00:00

add trezor.io to supported vendors

This commit is contained in:
Pavol Rusnak 2017-01-17 14:13:02 +01:00
parent 2e1da5f337
commit 795427588a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -422,7 +422,7 @@ class DebugLinkMixin(object):
class ProtocolMixin(object):
PRIME_DERIVATION_FLAG = 0x80000000
VENDORS = ('bitcointrezor.com',)
VENDORS = ('bitcointrezor.com', 'trezor.io')
def __init__(self, *args, **kwargs):
super(ProtocolMixin, self).__init__(*args, **kwargs)