shapeshift / yearn-router

Shapeshift's affiliate router for Yearn
GNU Affero General Public License v3.0
0 stars 2 forks source link

Fix/small cleanup items #12

Closed 0xean closed 2 years ago

0xean commented 2 years ago

This PR does the following

  1. Removes mitigation for stack too deep issues as they are no longer occurring
  2. Refactors some variable names to add consistency to naming conventions of local variables
  3. Changes revert statement to be a standard format
  4. Removes unused using Math for uint256 statement.