Submitted by pauliax
Shelter.sol#L34
Shelter.sol#L54
Function donate in Shelter shouldnt allow new deposits after the grace period ends, when the claim period begins.
Otherwise, it will be possible to increase savedTokens[_token], and thus new user claim amounts will increase after some users might already have withdrawn their shares.
Based on my understanding, it should contain this check:
leekt (Concur) confirmed
Alex the Entreprenerd (judge) commented:
