1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00

client: make sure proto exists in client

because old Electrum imports it

also make sure it doesn't work anymore
This commit is contained in:
matejcik 2018-12-03 16:54:01 +01:00
parent 705ad90331
commit 3362f66724

View File

@ -303,3 +303,7 @@ class BaseClient:
def __getattr__(self, key):
return getattr(self.trezor_client, key)
# further Electrum compatibility
proto = None