mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
-> trezor.io
This commit is contained in:
parent
8bdd59642f
commit
6eaea34c8c
@ -9,7 +9,7 @@ async def respond_Features(session_id, msg):
|
|||||||
from trezor.messages.Features import Features
|
from trezor.messages.Features import Features
|
||||||
|
|
||||||
f = Features()
|
f = Features()
|
||||||
f.vendor = 'bitcointrezor.com'
|
f.vendor = 'trezor.io'
|
||||||
f.revision = '0123456789'
|
f.revision = '0123456789'
|
||||||
f.bootloader_hash = '0123456789'
|
f.bootloader_hash = '0123456789'
|
||||||
f.major_version = 2
|
f.major_version = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user