You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process_decoded_transactions
results.append(self.__process_decoded_transaction(internal_tx_decoded))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/safe_transaction_service/history/indexers/tx_processor.py", line 514, in __process_decoded_transaction
safe_last_status.enabled_modules.remove(arguments["module"])
ValueError: list.remove(x): x not in list
The text was updated successfully, but these errors were encountered:
Describe the bug
The text was updated successfully, but these errors were encountered: