Calling deposit multiple times will change the mapMemberSynth_lastTime to
This is used in calcCurrentReward to calculate how much the user earned.
Everytime the user calls _deposit (via deposit), the mapMemberSynth_lastTime will be set to a date in the future, meaning that they will loose all the rewards they accrued. Calling deposit calls _deposit without harvesting for the user meaning that they lost those rewards.
Recommend force harvest user rewards at the beginning of every _deposit()
verifyfirst (Spartan) acknowledged:
ghoul-sol (judge) commented:
