Skip to content

Commit

Permalink
Improve comment in relay
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Nov 2, 2022
1 parent 87e5a9b commit bbc5424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/ccv/provider/keeper/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ func (k Keeper) sendValidatorUpdates(ctx sdk.Context) {
}
}

// Map the updates through any key transformations
// Map the updates through the key assignments so that the consumer chain can use the correct keys
// when it receives the updates.
updatesToSend := k.KeyAssignment(ctx, chainID).ComputeUpdates(valUpdateID, valUpdates)

packets = append(
Expand Down

0 comments on commit bbc5424

Please sign in to comment.