Skip to content

Commit

Permalink
Staking: fix Delegation.tokensLockedUntil code comment (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriediculous authored Oct 26, 2023
1 parent 59240bd commit cfff549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/staking/IStakingData.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface IStakingData {
struct Delegation {
uint256 shares; // Shares owned by a delegator in the pool
uint256 tokensLocked; // Tokens locked for undelegation
uint256 tokensLockedUntil; // Block when locked tokens can be withdrawn
uint256 tokensLockedUntil; // Epoch when locked tokens can be withdrawn
}

/**
Expand Down

0 comments on commit cfff549

Please sign in to comment.