Skip to content

Commit

Permalink
fix SetUpgradeInitializer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Dec 18, 2023
1 parent 260c500 commit 91611a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/virtualgroup/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ func NewAppModule(
cdc codec.Codec,
keeper keeper.Keeper,
spKeeper types.SpKeeper,
) AppModule {
return AppModule{
) *AppModule {
return &AppModule{
AppModuleBasic: NewAppModuleBasic(cdc),
keeper: keeper,
spKeeper: spKeeper,
Expand Down

0 comments on commit 91611a9

Please sign in to comment.