Merge PR #5627: Regen Network/Slashing protobuf

This commit is contained in:
Anil Kumar Kammari
2020-02-20 01:04:13 +01:00
committed by GitHub
parent 2f2e7b99cb
commit 883c1a2bc1
43 changed files with 918 additions and 88 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ func NewSimApp(
app.SupplyKeeper, auth.FeeCollectorName, app.ModuleAccountAddrs(),
)
app.SlashingKeeper = slashing.NewKeeper(
app.cdc, keys[slashing.StoreKey], &stakingKeeper, app.subspaces[slashing.ModuleName],
appCodec, keys[slashing.StoreKey], &stakingKeeper, app.subspaces[slashing.ModuleName],
)
app.CrisisKeeper = crisis.NewKeeper(
app.subspaces[crisis.ModuleName], invCheckPeriod, app.SupplyKeeper, auth.FeeCollectorName,