mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-19 14:38:47 +00:00
fixup! feat(python): implement session based trezorlib
This commit is contained in:
parent
43505420cd
commit
01b41a78b8
@ -46,9 +46,6 @@ Or visit https://suite.trezor.io/
|
|||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class ProtocolVersion(IntEnum):
|
class ProtocolVersion(IntEnum):
|
||||||
UNKNOWN = 0x00
|
UNKNOWN = 0x00
|
||||||
PROTOCOL_V1 = 0x01 # Codec
|
PROTOCOL_V1 = 0x01 # Codec
|
||||||
|
Loading…
Reference in New Issue
Block a user