Closed TraderWithPython closed 1 year ago
Hey @TraderWithPython, the error message comes from the cosmos-sdk, more precisely here : https://github.com/cosmos/cosmos-sdk/blob/main/x/bank/types/metadata.go#L20
Can you retry with adding a name
field near description
?
Hey @TraderWithPython, the error message comes from the cosmos-sdk, more precisely here : https://github.com/cosmos/cosmos-sdk/blob/main/x/bank/types/metadata.go#L20
Can you retry with adding a
name
field neardescription
?
Ur right. Thank u very much.
Describe the bug I want to use config.yml to cover genesis.json, and initialize genesis state of denom_metadata in bank module.
To reproduce The code is in config.yml
The info I used is from ADR 024: Coin Metadata. https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-024-coin-metadata.md
The feedback is that
When I comment the code above, it works. It confuses me very much, and waht should I do to make it work.
What version are you using?
The version of ignite i use is
v0.25.2
.