Closed d10r closed 2 months ago
After execution, the MacroForwarder shall invoked a hook postCheck(). This allows user macros to verify the state post execution and allow them to revert the transaction if they don't like (sloppy language here) the outcome.
postCheck()
this currently lacks a good use / test case
What & Why
After execution, the MacroForwarder shall invoked a hook
postCheck()
. This allows user macros to verify the state post execution and allow them to revert the transaction if they don't like (sloppy language here) the outcome.AC