When we create the Archethic HTLC and provision it, the smart contract may encounter an asynchronism error.
This state creates a problem when the user wants to resume the process, as we want to reprovision the HTLC and call a get_secret_hash method that doesn't exist in the HTLC.
Describe the solution you'd like
Add a new step between the provisionning and the get secret hash.
If the get secret hash method doesn't exist hile the resume, send a message to the user to contact the support with the error
Is your feature request related to a problem?
When we create the Archethic HTLC and provision it, the smart contract may encounter an asynchronism error. This state creates a problem when the user wants to resume the process, as we want to reprovision the HTLC and call a get_secret_hash method that doesn't exist in the HTLC.
Describe the solution you'd like
Add a new step between the provisionning and the get secret hash. If the get secret hash method doesn't exist hile the resume, send a message to the user to contact the support with the error
Additional context
No response
Epic
No response