LBRY-Vault/electrum/plugins/hw_wallet
SomberNight 7297e94970
hw wallets: handle cancellation for "query_choice" in wizard
E | gui.qt.exception_window.Exception_Hook | exception caught by crash reporter
Traceback (most recent call last):
  File "...\electrum\electrum\plugins\hw_wallet\qt.py", line 193, in win_query_choice
    self.choice = self.win.query_choice(msg, labels)
  File "...\electrum\electrum\gui\qt\installwizard.py", line 545, in query_choice
    self.exec_layout(vbox, '')
  File "...\electrum\electrum\gui\qt\installwizard.py", line 392, in exec_layout
    raise UserCancelled
electrum.util.UserCancelled
2020-03-31 15:11:10 +02:00
..
__init__.py hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00
cmdline.py hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00
plugin.py hw wallets: introduce HardwareHandlerBase 2020-03-31 14:40:25 +02:00
qt.py hw wallets: handle cancellation for "query_choice" in wizard 2020-03-31 15:11:10 +02:00