Skip to content

Commit 2ab4a80

Browse files
authored
fix returnOldDeposit natspec (#423)
1 parent 6823162 commit 2ab4a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/rollup/RollupUserLogic.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ contract RollupUserLogic is RollupCore, UUPSNotUpgradeable, IRollupUser {
208208
}
209209

210210
/**
211-
* @notice Refund a staker that is currently staked on or before the latest confirmed assertion
211+
* @notice Refund a staker that is currently staked on an assertion that either has a chlid assertion or is the latest confirmed assertion.
212212
*/
213213
function returnOldDeposit() external override onlyValidator whenNotPaused {
214214
requireInactiveStaker(msg.sender);

0 commit comments

Comments
 (0)