chore: remove params dep from crisis, gov and mint (#17837)

This commit is contained in:
Marko
2023-09-22 09:35:20 +00:00
committed by GitHub
parent 076ab3bf89
commit d5c78a637e
37 changed files with 44 additions and 1809 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func Example() {
// here bankkeeper and staking keeper is nil because we are not testing them
// subspace is nil because we don't test params (which is legacy anyway)
mintKeeper := mintkeeper.NewKeeper(encodingCfg.Codec, runtime.NewKVStoreService(keys[minttypes.StoreKey]), nil, accountKeeper, nil, authtypes.FeeCollectorName, authority)
mintModule := mint.NewAppModule(encodingCfg.Codec, mintKeeper, accountKeeper, nil, nil)
mintModule := mint.NewAppModule(encodingCfg.Codec, mintKeeper, accountKeeper, nil)
// create the application and register all the modules from the previous step
integrationApp := integration.NewIntegrationApp(