Skip to content

Commit

Permalink
chore: fix just one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Dec 18, 2024
1 parent cd13cfa commit 71193a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validations/src/validations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ pub fn validate_tally_transaction<'a>(

// Update the data request once at the epoch where V2.0 activates
// This handles the edge case where a data request which was already included still needs to be
// updated in consolidate_block, but is was short-circuited to the tally stage when V2.0 activates
// updated in consolidate_block, but is short-circuited to the tally stage when V2.0 activates
// because it requested too many witnesses
if wit2_activation_epoch == dr_state.epoch {
dr_state.update_stage(consensus_constants.extra_rounds, too_many_witnesses);
Expand Down

0 comments on commit 71193a7

Please sign in to comment.