add trezor.io to supported vendors

pull/25/head
Pavol Rusnak 7 years ago
parent 2e1da5f337
commit 795427588a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save