Skip to content

Commit

Permalink
typo fix positions.rs (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 6, 2025
1 parent 0dc582a commit 4962f68
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 4962f68

Please sign in to comment.