mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix trezor dialog
This commit is contained in:
parent
c367cd64ad
commit
a972a476bc
1 changed files with 1 additions and 2 deletions
|
@ -350,10 +350,9 @@ class SettingsDialog(WindowModalDialog):
|
||||||
devmgr = plugin.device_manager()
|
devmgr = plugin.device_manager()
|
||||||
config = devmgr.config
|
config = devmgr.config
|
||||||
wallet = window.wallet
|
wallet = window.wallet
|
||||||
|
keystore = wallet.keystore
|
||||||
handler = keystore.handler
|
handler = keystore.handler
|
||||||
thread = keystore.thread
|
thread = keystore.thread
|
||||||
# wallet can be None, needn't be window.wallet
|
|
||||||
keystore = devmgr.wallet_by_id(device_id)
|
|
||||||
hs_rows, hs_cols = (64, 128)
|
hs_rows, hs_cols = (64, 128)
|
||||||
|
|
||||||
def invoke_client(method, *args, **kw_args):
|
def invoke_client(method, *args, **kw_args):
|
||||||
|
|
Loading…
Add table
Reference in a new issue