Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/keeper.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Noetzlin <simon.ntz@gmail.com>
  • Loading branch information
insumity and sainoe authored Feb 6, 2024
1 parent b0d2337 commit 32fed21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/ccv/provider/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ func (k Keeper) IsOptIn(ctx sdk.Context, chainID string) bool {
topN, found := k.GetTopN(ctx, chainID)
return !found || topN == 0
}

func (k Keeper) SetOptedIn(
ctx sdk.Context,
chainID string,
Expand Down

0 comments on commit 32fed21

Please sign in to comment.