forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make some default mint coins restrictions #49
Comments
Also do we have an idea on what default minting restriction we want? I'm currently thinking of making a variadic function taking in strings that you would want to restrict minting on |
oh interesting idea, I think that makes sense. Basically emits a restriction fn, that blocks emitting anything that starts with any of the variable inputs. |
Closed in #57 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We need a mintcoins restriction function creator, for easily creating restrictions to only mint coins with the provided prefix. E.g.
Problem Definition
We're going to use this same code for gamm and token factory.
Blocked on #48
For Admin Use
The text was updated successfully, but these errors were encountered: