Files
pallectrum/electrum
SomberNight a97cb88a1a qt sweep: raise more specific exception so that trace is not logged
When raising generic Exception, window.on_error can't tell whether
there was a programming error or we just want to communicate with the user.

E | gui.qt.main_window.[default_wallet] | on_error
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/gui/qt/util.py", line 832, in run
    result = task.task()
  File "/home/user/wspace/electrum/electrum/gui/qt/main_window.py", line 2900, in <lambda>
    task = lambda: self.network.run_from_another_thread(
  File "/home/user/wspace/electrum/electrum/network.py", line 358, in run_from_another_thread
    return fut.result(timeout)
  File "/usr/lib/python3.8/concurrent/futures/_base.py", line 439, in result
    return self.__get_result()
  File "/usr/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result
    raise self._exception
  File "/home/user/wspace/electrum/electrum/wallet.py", line 162, in sweep_preparations
    raise Exception(_('No inputs found.'))
Exception: No inputs found.
2020-06-25 23:48:24 +02:00
..
2020-06-13 19:12:22 +02:00
2020-06-23 19:25:07 +02:00
2020-06-05 13:17:01 +02:00
2020-06-22 22:48:13 +02:00
2020-06-22 22:48:13 +02:00
2020-05-05 09:23:48 +02:00
2020-05-13 15:13:09 +02:00
2020-06-22 12:15:31 +02:00
2020-06-18 18:18:33 +02:00
2020-06-23 21:04:23 +02:00