Traceback (most recent call last):
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/gui/qt/main_window.py", line 877, in timer_actions
    self.update_wallet()
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/gui/qt/main_window.py", line 1048, in update_wallet
    self.update_tabs()
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/gui/qt/main_window.py", line 1055, in update_tabs
    self.history_model.refresh('update_tabs')
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/util.py", line 483, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/gui/qt/history_list.py", line 287, in refresh
    transactions = wallet.get_full_history(
                   ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/util.py", line 483, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/wallet.py", line 1330, in get_full_history
    for tx_item in onchain_history:
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/wallet.py", line 1132, in get_onchain_history
    for hist_item in self.adb.get_history(domain=domain):
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/util.py", line 1190, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/address_synchronizer.py", line 103, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/address_synchronizer.py", line 527, in f
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/love/Desktop/python/Electrum-4.5.8/electrum/address_synchronizer.py", line 567, in get_history
    raise Exception("wallet.get_history() failed balance sanity-check")
Exception: wallet.get_history() failed balance sanity-check