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:
parent
705ad90331
commit
3362f66724
@ -303,3 +303,7 @@ class BaseClient:
|
||||
|
||||
def __getattr__(self, key):
|
||||
return getattr(self.trezor_client, key)
|
||||
|
||||
|
||||
# further Electrum compatibility
|
||||
proto = None
|
||||
|
Loading…
Reference in New Issue
Block a user