Giveth / vaultcontroller

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

topUpVault() does not respect dailyAmountLimit/txnAmountLimit #45

Closed adria0 closed 7 years ago

adria0 commented 7 years ago

topUpVault() sould adjust the amount to be transferred to the current dailyAmountLimit/txnAmountLimit.

e.g. at this moment if amount be topped up is > dailyAmountLimit, no amount is trasferred at all.

jbaylina commented 7 years ago

No. I think this should be an exception.

jbaylina commented 7 years ago

I was wrong. Fixed!