Traceback (most recent call last):
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/gui/qt/main_window.py", line 862, in timer_actions
    self.update_wallet()
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/gui/qt/main_window.py", line 1016, in update_wallet
    self.update_tabs()
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/gui/qt/main_window.py", line 1023, in update_tabs
    self.history_model.refresh('update_tabs')
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/util.py", line 445, in <lambda>
    return lambda *args, **kw_args: do_profile(args, kw_args)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/util.py", line 441, in do_profile
    o = func(*args, **kw_args)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/gui/qt/history_list.py", line 275, in refresh
    transactions = wallet.get_full_history(
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/util.py", line 445, in <lambda>
    return lambda *args, **kw_args: do_profile(args, kw_args)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/util.py", line 441, in do_profile
    o = func(*args, **kw_args)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/wallet.py", line 1120, in get_full_history
    for tx_item in onchain_history:
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/wallet.py", line 941, in get_onchain_history
    for hist_item in self.adb.get_history(domain=domain):
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/util.py", line 1268, in func_wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/address_synchronizer.py", line 97, in func_wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/address_synchronizer.py", line 497, in f
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electrklhV05/usr/lib/python3.9/site-packages/electrum/address_synchronizer.py", line 536, in get_history
    raise Exception("wallet.get_history() failed balance sanity-check")
Exception: wallet.get_history() failed balance sanity-check