Skip to content

Commit

Permalink
updated SequencerVault::updateDeposits docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed Nov 28, 2024
1 parent f9dee31 commit c166192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/metisStaking/SequencerVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ contract SequencerVault is Initializable, UUPSUpgradeable, OwnableUpgradeable {
/**
* @notice Updates the deposit and reward accounting for this vault
* @dev will only pay out rewards if the vault is net positive when accounting for lost deposits
* @param _minRewards min amount of rewards to relock/claim (set 0 to skip reward claiming)
* @param _minRewards min amount of rewards to relock/claim (set 0 to skip reward claiming/relocking)
* @param _l2Gas L2 gasLimit for bridging rewards
* @return the current total deposits in this vault
* @return the operator rewards earned by this vault since the last update
Expand Down

0 comments on commit c166192

Please sign in to comment.