Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 19, 2023
1 parent 830ee88 commit 90efaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/app/StakeConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ export class StakeConnection {
)
.filter(
(
el // position locking or locked
el // position is unlocked
) =>
stakeAccount.stakeAccountPositionsWasm.getPositionState(
el.index,
Expand Down

0 comments on commit 90efaf7

Please sign in to comment.