Traceback (most recent call last):
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/gui/qt/main_window.py", line 2701, in import_addresses
    self._do_import(title, msg, self.wallet.import_addresses)
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/gui/qt/main_window.py", line 2695, in _do_import
    self.history_list.update()
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 520, in update
    self.hm.refresh('HistoryList.update()')
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/util.py", line 495, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 300, in refresh
    transactions = wallet.get_full_history(
                   ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/util.py", line 495, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/wallet.py", line 1443, in get_full_history
    onchain_history = self.get_onchain_history(domain=onchain_domain)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/wallet.py", line 1226, in get_onchain_history
    for hist_item in self.adb.get_history(domain=domain):
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/util.py", line 1242, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 548, in f
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrMbCkbD/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 587, in get_history
    raise Exception("wallet.get_history() failed balance sanity-check")
Exception: wallet.get_history() failed balance sanity-check