Skip to content

Commit

Permalink
fix: add slashingkeeper to oraclekeeper instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed May 1, 2024
1 parent 06b06b8 commit 71f4b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ func (app *NibiruApp) InitKeepers(

// ---------------------------------- Nibiru Chain x/ keepers
app.OracleKeeper = oraclekeeper.NewKeeper(appCodec, keys[oracletypes.StoreKey],
app.AccountKeeper, app.BankKeeper, app.DistrKeeper, app.stakingKeeper, distrtypes.ModuleName,
app.AccountKeeper, app.BankKeeper, app.DistrKeeper, app.stakingKeeper, app.slashingKeeper,
distrtypes.ModuleName,
)

app.EpochsKeeper = epochskeeper.NewKeeper(
Expand Down

0 comments on commit 71f4b30

Please sign in to comment.