Skip to content

Commit

Permalink
remove unused bond denom method
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jun 7, 2023
1 parent 69245ce commit f930eca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,3 @@ func (k Keeper) GetSlashLog(
bz := store.Get(types.SlashLogKey(providerAddr))
return bz != nil
}

func (k Keeper) BondDenom(ctx sdk.Context) string {
return k.stakingKeeper.BondDenom(ctx)
}

0 comments on commit f930eca

Please sign in to comment.