You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way CLYToken keeps individual stakes is indexed using the stakable hash as the identifier but doesn't include the stakable contract address. Consequently, it might not distinguish among stakes for different stakable contracts sharing the same hash. Not likely but possible.
CLYToken.sol, line 44: mapping(string => mapping(address => uint256)) public individualStakes;
The text was updated successfully, but these errors were encountered:
The way CLYToken keeps individual stakes is indexed using the stakable hash as the identifier but doesn't include the stakable contract address. Consequently, it might not distinguish among stakes for different stakable contracts sharing the same hash. Not likely but possible.
CLYToken.sol, line 44:
mapping(string => mapping(address => uint256)) public individualStakes;
The text was updated successfully, but these errors were encountered: