-
Notifications
You must be signed in to change notification settings - Fork 611
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
fixed mint and burn message examples to include the to and from addresses #6002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm thanks!
devbot add changelog fix tokenfactory CLI to include address parameters for mint and burn |
devbot help |
Hi! I'm DevBot, a bot that helps with common tasks in the development process. Commands:
|
devbot add changelog bug fix tokenfactory CLI to include address parameters for mint and burn |
@ValarDragon making you aware of a devbot issue^ |
@ValarDragon devbot not working because its targeting osmosis-labs:main instead of main |
You'd have to run This may be why check proto is also failing, we may need to have a different flow for forks and this repo for that |
…sses (#6002) (#6010) (cherry picked from commit af41714) Co-authored-by: Max <[email protected]>
What is the purpose of the change
Simply to add the
mint-to-address
andburn-from-address
into the examples of the CLI for mint and burn tokenfactory messages.Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)