Giveth / vaultcontroller

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

overflows in checkSpenderTransfer #10

Closed adria0 closed 7 years ago

adria0 commented 7 years ago
...
if (  (spender.accAmountInDay + _amount > spender.dailyAmountLimit)
...
spender.accAmountInDay += _amount;
...
jbaylina commented 7 years ago

Fixed