Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 20, 2022
1 parent c2550a7 commit 31dbce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion x/bank/keeper/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func (k BaseSendKeeper) SetParams(ctx sdk.Context, params types.Params) error {
return err
}
store.Set(types.ParamsKey, bz)

return nil
}

Expand Down
2 changes: 1 addition & 1 deletion x/bank/migrations/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type SupplyI interface {
proto.Message
}

// RegisterInterfaces registers interfaces required for the v0.40 migrations.
// RegisterInterfaces registers interfaces required for the v1 migrations.
func RegisterInterfaces(registry codectypes.InterfaceRegistry) {
registry.RegisterInterface(
"cosmos.bank.v1beta1.SupplyI",
Expand Down

0 comments on commit 31dbce0

Please sign in to comment.