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

deps: bump SDK v0.50.1 (backport #5038) #5044

Prev Previous commit
Next Next commit
chore: rm unnecessary diff in module.go, rm named receiver on AppModu…
…leBasic.Name()
  • Loading branch information
damiannolan committed Nov 8, 2023
commit fdb1d57aeadbab037bdc410cbbfb58a5d5bf600a
2 changes: 1 addition & 1 deletion modules/capability/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewAppModuleBasic(cdc codec.Codec) AppModuleBasic {
}

// Name returns the capability module's name.
func (am AppModuleBasic) Name() string {
func (AppModuleBasic) Name() string {
return types.ModuleName
}

Expand Down
Loading