Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIP-369 #2138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

SIP-369 #2138

wants to merge 1 commit into from

Conversation

noahlitvin
Copy link
Contributor

No description provided.

@@ -34,8 +34,6 @@ contract RewardsManagerModule is IRewardsManagerModule {
using Distribution for Distribution.Data;
using RewardDistribution for RewardDistribution.Data;

uint256 private constant _MAX_REWARD_DISTRIBUTIONS = 10;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to make sure when we remove const here won't this change data structure and potentially lead to storage slot collisions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants