Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Sep 27, 2024
1 parent 62edc76 commit 506d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ func (h Hooks) AfterMarketGenesis(ctx sdk.Context, markets map[string]marketmapt
func (h Hooks) AfterMarketRemoved(ctx sdk.Context, key string) error {
ctx.Logger().Info(fmt.Sprintf("market %s removed. retaining x/oracle state if it exists", key))

Check warning on line 53 in x/oracle/keeper/hooks.go

View check run for this annotation

Codecov / codecov/patch

x/oracle/keeper/hooks.go#L52-L53

Added lines #L52 - L53 were not covered by tests

return h.k.incrementRemovedCPCounter(ctx)
return nil
}

0 comments on commit 506d57e

Please sign in to comment.