client: make sure `proto` exists in client

because old Electrum imports it

also make sure it doesn't work anymore
pull/25/head
matejcik 6 years ago
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…
Cancel
Save