1
0

trezor: re-enable bridge transport

It was disabled in 680df7d6b6 due to #4421,
but that has since been fixed.
Also related is #4060; and now that that is closed, the bridge transport
is not proxied anyway.
This commit is contained in:
SomberNight
2018-09-19 18:14:55 +02:00
parent 9161e8c8f4
commit 8caab35d90
2 changed files with 12 additions and 10 deletions

View File

@@ -8,6 +8,8 @@ class SafeTTransport(PrintError):
"""Reimplemented safetlib.transport.all_transports so that we can
enable/disable specific transports.
"""
# NOTE: the bridge and UDP transports are disabled as they are using
# the same ports as trezor
try:
# only to detect safetlib version
from safetlib.transport import all_transports