mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Process creation and deletion based on LCD #186

Closed antho1404 closed 4 years ago

antho1404 commented 4 years ago
NicolasMahe commented 4 years ago

I got sequence error when trying to delete a process when it is creating by the same account as the engine. We should make sure to not use the account of the engine when doing "external" stuff. For this PR it's ok, but for the next rebuild of the cli when the cli injects the account to the engine, let's make sure to inject an account specifically for the engine.