balancer / balancer-v3-monorepo

GNU General Public License v3.0
37 stars 10 forks source link

Removing redundant check from Router.sol #752

Closed joaobrunoah closed 2 months ago

joaobrunoah commented 2 months ago

Description

The vault already checks if amountsOut are greater than minimum, the router does not need to check again.

Type of change

Checklist: