Skip to content

Commit

Permalink
typo fix positions.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Dec 31, 2024
1 parent 929ffb5 commit 3963e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/programs/staking/src/state/positions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ impl Position {

/**
* Two positions are equivalent if they have the same state for the current and previous
* epoch. This is because we never check the state of a position for epochs futher in
* epoch. This is because we never check the state of a position for epochs further in
* the past than 1 epoch. An exception to this rule is claimimng rewards in integrity
* pool, therefore `pool_authority` should ensure rewards have been claimed before
* allowing merging positions.
Expand Down

0 comments on commit 3963e49

Please sign in to comment.