Posted on c/ElrondDevelopers 1 efe607792635c/ElrondDevelopers 2 years ago hi everybody, quick question: what would happen if I call a smart contract function that internally performs a call to another smart contract function which panics? Would all the transaction be reverted if I do not handle such case with a callback? Comment 1 Comments mwf81318617 2years ago If you make async calls and something throws an error you will have to use the callback to revert your state accordingly :)
If you make async calls and something throws an error you will have to use the callback to revert your state accordingly :)