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

Dual reward token #5

Open
wants to merge 110 commits into
base: dev
Choose a base branch
from
Open

Dual reward token #5

wants to merge 110 commits into from

Conversation

anassohail99
Copy link
Member

No description provided.

address _rewardsTokenA,
address _rewardsTokenB,
address _stakingToken
) Ownable() {
Copy link
Member

Choose a reason for hiding this comment

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

Ownable contract should be removed here because it's already inherited by the parent contract. In this case ownership is being transferred 2 times which should not be done here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants