Giveth / vaultcontroller

Vault Architecture
GNU General Public License v3.0
0 stars 3 forks source link

initializeVault extra parameter checks #26

Closed adria0 closed 7 years ago

adria0 commented 7 years ago

_highestAcceptableBalance >= _lowestAcceptableBalance _txnAmountLimit >= _dailyAmountLimit

jbaylina commented 7 years ago

Added! -> Please review because the second check should be the opposite.

adria0 commented 7 years ago

_dailyAmountLimit >= _txnAmountLimit yes!