balancer / balancer-v3-monorepo

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

Use forceApprove for arbitrary token fee collection #826

Closed EndymionJkb closed 1 month ago

EndymionJkb commented 1 month ago

Description

Inspired to check our own code to ensure we were always using forceApprove where necessary, and it seems like we missed one. (Probably redundant in this case, as the approval would almost certainly be 0 to start with, but doesn't hurt.)

Good thing this is the VaultAdmin - seems to have added 500 bytes?!

Type of change

Checklist:

Issue Resolution