hifi-finance / hifi-protocol

The Hifi fixed-rate, fixed-term lending protocol

Home Page:https://hifi.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of "return true"

PaulRBerg opened this issue · comments

Most functions return true at the end of their execution, but this is not necessary. We are making users pay additional gas for this, while getting little advantage (perhaps the rationale was that cross-contract calls could be encapsulated in "require" statements).

Done via #36.