Posted on c/ElrondDevelopers 1 anf8817433802c/ElrondDevelopers 3 years ago Hey guys. What happens if a sc call by another sc call that panics after changing the state of first sc? Does it rollback to the state previous to the call? Comment 1 Comments mwf81318617 3years ago If it's a sync call the whole transaction will be reverted. If it's an async call you have to revert the stuff yourself in the callback
If it's a sync call the whole transaction will be reverted. If it's an async call you have to revert the stuff yourself in the callback