Closed alcueca closed 3 years ago
execute is very generic and could clash with functionality on the receiver or on other callback interfaces.
execute
I would recommend using onFlashMint, since the interface will likely be reused by other projects outside MakerDAO.
onFlashMint
Thanks for opening these, but it's in the wrong repository.
I've opened a PR to implement this change: https://github.com/hexonaut/dss-flash/pull/8
execute
is very generic and could clash with functionality on the receiver or on other callback interfaces.I would recommend using
onFlashMint
, since the interface will likely be reused by other projects outside MakerDAO.