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

scaffold map foo fails when CreateFoo message exists #1379

Closed
fadeev opened this issue Jul 16, 2021 · 0 comments · Fixed by #1459
Closed

scaffold map foo fails when CreateFoo message exists #1379

fadeev opened this issue Jul 16, 2021 · 0 comments · Fixed by #1459
Assignees
Labels
Milestone

Comments

@fadeev
Copy link
Contributor

fadeev commented Jul 16, 2021

To Reproduce

starport scaffold chain github.com/cosmonaut/scavenge --no-module
cd scavenge
starport scaffold module scavenge --dep bank
starport scaffold message create-scavenge solutionHash description reward
starport scaffold map scavenge solutionHash solution description reward scavenger --no-message

component type with name scavenge is already created (type MsgCreateScavenge exists)

Existing MsgCreateScavenge shouldn't prevent map (and list) with --no-message to be scaffolded.

Please provide output of commands

  • starport version: starport version v0.17.0 darwin/amd64 -build date: 2021-07-15T18:34:28Z
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