Skip to content

Commit

Permalink
fix collect gentxs for provider app (#926)
Browse files Browse the repository at this point in the history
Thank you @sontrinh16!
  • Loading branch information
sontrinh16 authored May 9, 2023
1 parent 99747c3 commit d7e271f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/provider/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var (
// and genesis verification.
ModuleBasics = module.NewBasicManager(
auth.AppModuleBasic{},
genutil.AppModuleBasic{},
genutil.NewAppModuleBasic(genutiltypes.DefaultMessageValidator),
bank.AppModuleBasic{},
capability.AppModuleBasic{},
staking.AppModuleBasic{},
Expand Down

0 comments on commit d7e271f

Please sign in to comment.