Tenderize / tender-core

Smart contracts for the core Tenderize protocol
MIT License
6 stars 3 forks source link

Redundant return in TenderToken.sol internal mint and mintShares functions #242

Open kyriediculous opened 2 years ago

kyriediculous commented 2 years ago

Remove redundant and unused return values

reubenr0d commented 2 years ago

Fixed here: https://github.com/Tenderize/tender-core/commit/2376391776e34989c46bd261734af503ec457c1b

reubenr0d commented 2 years ago

mintShares still has a return value, leaving this open until this is discussed and changed if needed