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

Governance : Add Api to enable and disable reward handle actions #296

Open
redlarva opened this issue Mar 23, 2022 · 0 comments · May be fixed by #298
Open

Governance : Add Api to enable and disable reward handle actions #296

redlarva opened this issue Mar 23, 2022 · 0 comments · May be fixed by #298
Assignees
Labels

Comments

@redlarva
Copy link
Member

Add new secure external methods (only owner) to enable and disable handle action in reward contract

to disable handle action

@External()
public void disableHandleActions();

to enable handle action

@External()
public void enableHandleActions();
@illusioncoder7 illusioncoder7 linked a pull request Mar 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants