Skip to content

Commit

Permalink
Update x/ccv/provider/keeper/proposal.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
  • Loading branch information
insumity and p-offtermatt authored Mar 26, 2024
1 parent 8921e5a commit 66e5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func (k Keeper) BeginBlockInit(ctx sdk.Context) {
if prop.Top_N == 0 && len(k.GetAllOptedIn(ctx, prop.ChainId)) == 0 {
// drop the proposal
ctx.Logger().Info("consumer client could not be created because no validator has"+
" opted in the Opt-In chain: %s", prop.ChainId)
" opted in for the Opt-In chain: %s", prop.ChainId)
continue
}

Expand Down

0 comments on commit 66e5adf

Please sign in to comment.