safe-global/safe-transaction-service

Safe-transaction arbitrum - "list.remove(x): x not in list"

Closed this issue · 0 comments

Describe the bug

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