plugins/ledger: just hardcode BTCHIP_DEBUG to False
This commit is contained in:
@@ -12,7 +12,7 @@ from electrum.transaction import Transaction
|
||||
from electrum.wallet import Standard_Wallet
|
||||
from ..hw_wallet import HW_PluginBase
|
||||
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
|
||||
|
||||
try:
|
||||
@@ -24,7 +24,7 @@ try:
|
||||
from btchip.btchipFirmwareWizard import checkFirmware, updateFirmware
|
||||
from btchip.btchipException import BTChipException
|
||||
BTCHIP = True
|
||||
BTCHIP_DEBUG = is_verbose
|
||||
BTCHIP_DEBUG = False
|
||||
except ImportError:
|
||||
BTCHIP = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user