matejcik
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
electrum/plugins/trezor/clientbase.py
|
@ -112,8 +112,7 @@ class TrezorClientBase(HardwareClientBase, Logger): |
|
|
return True |
|
|
return True |
|
|
|
|
|
|
|
|
try: |
|
|
try: |
|
|
res = self.client.ping("electrum pinging device") |
|
|
self.client.init_device() |
|
|
assert res == "electrum pinging device" |
|
|
|
|
|
except BaseException: |
|
|
except BaseException: |
|
|
return False |
|
|
return False |
|
|
return True |
|
|
return True |
|
|