Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Dec 14, 2023
1 parent d50611a commit 0c7f7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions x/millions/migrations/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package migrations

import (
sdk "github.com/cosmos/cosmos-sdk/types"

v164 "github.com/lum-network/chain/x/millions/migrations/v164"

millionskeeper "github.com/lum-network/chain/x/millions/keeper"
Expand Down
1 change: 1 addition & 0 deletions x/millions/migrations/v164/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package v164

import (
sdk "github.com/cosmos/cosmos-sdk/types"

millionskeeper "github.com/lum-network/chain/x/millions/keeper"
)

Expand Down
2 changes: 1 addition & 1 deletion x/millions/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (a AppModule) RegisterServices(cfg module.Configurator) {
if err != nil {
panic(err)
}

err = cfg.RegisterMigration(types.ModuleName, 5, migrator.Migrate5To6)
if err != nil {
panic(err)
Expand Down

0 comments on commit 0c7f7c3

Please sign in to comment.