CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

CheckReward: resets owner's clientPaidUpto to zero #142

Closed gundas closed 7 years ago

gundas commented 7 years ago

I think that in case a client (not owner) is calling the CheckReward function the owner's clientPaidUpTo will be reset to zero because of this line: https://github.com/CORIONplatform/solidity/blob/provider-recode/provider.sol#L1152

iFA88 commented 7 years ago

Yes you have right, I will check that in the current code!