mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
Fix typo
This commit is contained in:
parent
2c797cd75b
commit
19f527c717
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ class LedgerPlugin(BasePlugin):
|
||||||
return BTChipWallet(s)
|
return BTChipWallet(s)
|
||||||
|
|
||||||
def is_enabled(self):
|
def is_enabled(self):
|
||||||
return BTCHIP:
|
return BTCHIP
|
||||||
|
|
||||||
def btchip_is_connected(self, wallet):
|
def btchip_is_connected(self, wallet):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue