Skip to content

Commit

Permalink
Typo: condtion -> condition (#5080)
Browse files Browse the repository at this point in the history
  • Loading branch information
flanagansteve authored Jan 30, 2023
1 parent 02dc990 commit a889940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/chain/validation/voluntaryExit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function validateGossipVoluntaryExit(

// What state should the voluntaryExit validate against?
//
// The only condtion that is time sensitive and may require a non-head state is
// The only condition that is time sensitive and may require a non-head state is
// -> Validator is active && validator has not initiated exit
// The voluntaryExit.epoch must be in the past but the validator's status may change in recent epochs.
// We dial the head state to the current epoch to get the current status of the validator. This is
Expand Down

0 comments on commit a889940

Please sign in to comment.