In order to follow best practices, any state change like deletion should happen before any external call.
Though confirm revert stake intent and confirm revert redeem intent doesn't make any external call, its good practice to move state changeup in the method.
Fixes #662 partially
In order to follow best practices, any state change like deletion should happen before any external call.
Though confirm revert stake intent and confirm revert redeem intent doesn't make any external call, its good practice to move state changeup in the method.