Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu committed Jun 20, 2024
1 parent 5a5baf5 commit 94440fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/platformvm/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ func applyWeightDiff(
) error {
vdr, ok := vdrs[nodeID]
if !ok {
// This node is not in the current validator set.
// This node isn't in the current validator set.
vdr = &validators.GetValidatorOutput{
NodeID: nodeID,
}
Expand Down

0 comments on commit 94440fe

Please # to comment.