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
When we receive the following exception, what is the reason? Can we parse this and similar error from Helios/Blockfrost and log a human-readable reason?
TranslationLogicMissingInput means a UTxO this transaction is trying to spend was already spent. For instance, when a relayer has to process multiple messages at once but it only has one (inbox) UTxO to process serially, and the second tx submission was sent before the indexer catches up after the previous.
We can return an intuitive error message to the relayer here by looking for TranslationLogicMissingInput.
Overview
When we receive the following exception, what is the reason? Can we parse this and similar error from Helios/Blockfrost and log a human-readable reason?
The text was updated successfully, but these errors were encountered: