You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in which the name, symbol and display fields are not set. In this case, bank module's exported genesis' validation will fail since it validates that the mentioned fields are not empty.
Suggested Design
The name, symbol and display fields of metadata should be set.
Acceptance Criteria
All existing and new tests should pass
The text was updated successfully, but these errors were encountered:
Background
In tokenfactory's
createDenomAfterValidation
function, a metadata is set for the denom that is being created with the following format:in which the name, symbol and display fields are not set. In this case, bank module's exported genesis' validation will fail since it validates that the mentioned fields are not empty.
Suggested Design
The name, symbol and display fields of metadata should be set.
Acceptance Criteria
All existing and new tests should pass
The text was updated successfully, but these errors were encountered: