mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
plugins/ledger: just hardcode BTCHIP_DEBUG to False
This commit is contained in:
parent
f9f6ea4365
commit
1fb0b6d7bd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from electrum.transaction import Transaction
|
||||||
from electrum.wallet import Standard_Wallet
|
from electrum.wallet import Standard_Wallet
|
||||||
from ..hw_wallet import HW_PluginBase
|
from ..hw_wallet import HW_PluginBase
|
||||||
from ..hw_wallet.plugin import is_any_tx_output_on_change_branch
|
from ..hw_wallet.plugin import is_any_tx_output_on_change_branch
|
||||||
from electrum.util import print_error, is_verbose, bfh, bh2u, versiontuple
|
from electrum.util import print_error, bfh, bh2u, versiontuple
|
||||||
from electrum.base_wizard import ScriptTypeNotSupported
|
from electrum.base_wizard import ScriptTypeNotSupported
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -24,7 +24,7 @@ try:
|
||||||
from btchip.btchipFirmwareWizard import checkFirmware, updateFirmware
|
from btchip.btchipFirmwareWizard import checkFirmware, updateFirmware
|
||||||
from btchip.btchipException import BTChipException
|
from btchip.btchipException import BTChipException
|
||||||
BTCHIP = True
|
BTCHIP = True
|
||||||
BTCHIP_DEBUG = is_verbose
|
BTCHIP_DEBUG = False
|
||||||
except ImportError:
|
except ImportError:
|
||||||
BTCHIP = False
|
BTCHIP = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue