We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59240bd commit cfff549Copy full SHA for cfff549
contracts/staking/IStakingData.sol
@@ -44,7 +44,7 @@ interface IStakingData {
44
struct Delegation {
45
uint256 shares; // Shares owned by a delegator in the pool
46
uint256 tokensLocked; // Tokens locked for undelegation
47
- uint256 tokensLockedUntil; // Block when locked tokens can be withdrawn
+ uint256 tokensLockedUntil; // Epoch when locked tokens can be withdrawn
48
}
49
50
/**
0 commit comments