Skip to content

Commit cfff549

Browse files
Staking: fix Delegation.tokensLockedUntil code comment (#863)
1 parent 59240bd commit cfff549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/staking/IStakingData.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ interface IStakingData {
4444
struct Delegation {
4545
uint256 shares; // Shares owned by a delegator in the pool
4646
uint256 tokensLocked; // Tokens locked for undelegation
47-
uint256 tokensLockedUntil; // Block when locked tokens can be withdrawn
47+
uint256 tokensLockedUntil; // Epoch when locked tokens can be withdrawn
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)