Skip to content

Commit

Permalink
Update x/genutil/module.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Jun 10, 2022
1 parent c89a87e commit f128a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/genutil/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func provideModuleBasic() runtime.AppModuleBasicWrapper {
type genutilInputs struct {
depinject.In

AccountKeeper types.AccountKeeper `key:"cosmos.auth.v1.AccountKeeper"`
AccountKeeper types.AccountKeeper
StakingKeeper types.StakingKeeper
DeliverTx func(abci.RequestDeliverTx) abci.ResponseDeliverTx
Config client.TxConfig
Expand Down

0 comments on commit f128a00

Please sign in to comment.