-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat(StakeManager): allow users to customize and change reward address #138
Comments
I would like to contribute on this issue, here's how I would think implementing this:
And of course using the Would this work ? |
I'm not sure yet , I Think would be better to just send back the reward to StakeVault and StakeVault be changed to be able to deal with this |
If this is the required way of implementation, here's how I think it can be implemented :
So the flow would be something like this :
NOTE : The Also, the |
Is this being thought with the consideration of issue #137 ?? That user then would be able to use StakeVault for getting the reward. And since this would be a |
Currently it automatically uses StakeVault.owner() which might not be desirable for all cases.
The text was updated successfully, but these errors were encountered: