Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 634 Bytes

File metadata and controls

17 lines (16 loc) · 634 Bytes

If a modifier does not execute _ or revert, the function using that modifier will return the default value causing unexpected behavior. (see here)


Slide Screenshot

08.jpg


Slide Text

  • Incorrect Modifier
  • Checks -> Execute _ or Revert
  • Default Value Returned -> Unexpected
  • All Modifier Paths -> Execute _ or Revert

References


Tags