Bitcoin-ABC / ElectrumABC

Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/
https://bitcoinabc.org/electrum
Other
32 stars 16 forks source link

AssertionError #287

Closed baby636-sketch closed 1 year ago

baby636-sketch commented 1 year ago

Description

Traceback

Traceback (most recent call last):
  File "electrumabc_gui\qt\main_window.py", line 1132, in timer_actions
  File "electrumabc_gui\qt\main_window.py", line 1325, in _update_wallet
  File "electrumabc_gui\qt\util.py", line 1471, in wrapper
  File "electrumabc_gui\qt\util.py", line 1406, in invoke
  File "electrumabc_gui\qt\util.py", line 1283, in invoke
  File "electrumabc_gui\qt\util.py", line 1298, in _invoke
  File "electrumabc_gui\qt\util.py", line 1336, in _doIt
  File "electrumabc_gui\qt\util.py", line 1425, in _call_func_for_all
  File "electrumabc_gui\qt\main_window.py", line 1337, in update_tabs
  File "electrumabc_gui\qt\main_window.py", line 2332, in update_completions
  File "electrumabc_gui\qt\main_window.py", line 2326, in get_contact_payto
AssertionError

System information

PiRK commented 1 year ago

My guess would be that this is related to the removal of CashAccounts in #249, but I'm not sure what triggered the error exactly.

Are the CashAccounts saved in the config file somehow? Or did an unofficial plugin trigger this ?