Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 647 Bytes

Transaction Reverts.md

File metadata and controls

17 lines (15 loc) · 647 Bytes

A transaction reverts for different exceptional conditions such as running out of gas, invalid instructions etc. in which case all state changes made so far are discarded and the original state of the account is restored as it was before this transaction executed.


Slide Screenshot

079.jpg


Slide Text

  • Different Exception Conditions
  • Out of Gas, Invalid Instructions
  • State Changes -> Discarded
  • Original State -> Restored
  • As if Tx never executed

References