Skip to content

Commit ecd480f

Browse files
authored
Fixed Natspec on requestWithdrawal (#2170)
1 parent b2d3e9c commit ecd480f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/contracts/vault/OETHVaultCore.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ contract OETHVaultCore is VaultCore {
162162
* enough WETH liquidity in the Vault to satisfy all the outstanding requests to that point in the queue.
163163
* OETH is converted to WETH at 1:1.
164164
* @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.
165+
* @return requestId Unique ID for the withdrawal request
166+
* @return queued Cumulative total of all WETH queued including already claimed requests.
167167
*/
168168
function requestWithdrawal(uint256 _amount)
169169
external

0 commit comments

Comments
 (0)