Template: remove useless code from the module template #2705
Labels
component:scaffold
Feature, enhancement, or refactor related to scaffolding.
good first issue
Good for newcomers
Remove the
RegisterCodec
function frommodule.go
.cli/ignite/templates/module/create/stargate/x/{{moduleName}}/module.go.plush
Lines 49 to 51 in 0453e26
RegisterCodec
has been renamed toRegisterLegacyAminoCodec
(which we already have in the template) a long time ago, so it's just purely unnecessary.Remove
RegisterRESTRoutes
. It has been deprecated and is no longer used in the new v0.46app.go
template.cli/ignite/templates/module/create/stargate/x/{{moduleName}}/module.go.plush
Lines 76 to 78 in 0453e26
Comments in the template mention the
capability
module, which might confuse new devs. Those should be removed as well.The text was updated successfully, but these errors were encountered: