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
Someone pays to create his first event, we are requesting from the user all info about the event + collection details (token name, token ticker).
We have in our manager SC an endpoint called register that is payable.
Each register transaction is deploying a child SC for the specific user, in the same transaction we would want to trigger also inside the child SC an ESDT token issuing request.
Currently the above flow fails at the issuing of the transaction towards the newly created child SC address (as far as I remember with the error: account not found).
I suspect that the VM is not allowing transaction execution to new SCs until the SC deploy TX is not final.
Scenario of a real flow made by XOXNO:
Someone pays to create his first event, we are requesting from the user all info about the event + collection details (token name, token ticker).
We have in our manager SC an endpoint called register that is payable.
Each register transaction is deploying a child SC for the specific user, in the same transaction we would want to trigger also inside the child SC an ESDT token issuing request.
Currently the above flow fails at the issuing of the transaction towards the newly created child SC address (as far as I remember with the error: account not found).
I suspect that the VM is not allowing transaction execution to new SCs until the SC deploy TX is not final.
A snippet from our flows:
The text was updated successfully, but these errors were encountered: