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 b2d3e9c commit ecd480fCopy full SHA for ecd480f
contracts/contracts/vault/OETHVaultCore.sol
@@ -162,8 +162,8 @@ contract OETHVaultCore is VaultCore {
162
* enough WETH liquidity in the Vault to satisfy all the outstanding requests to that point in the queue.
163
* OETH is converted to WETH at 1:1.
164
* @param _amount Amount of OETH to burn.
165
- * @param requestId Unique ID for the withdrawal request
166
- * @param queued Cumulative total of all WETH queued including already claimed requests.
+ * @return requestId Unique ID for the withdrawal request
+ * @return queued Cumulative total of all WETH queued including already claimed requests.
167
*/
168
function requestWithdrawal(uint256 _amount)
169
external
0 commit comments