From 494075815cdfbb1e664528fae4d86e92713c47e9 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:07:18 +0400 Subject: [PATCH] Update comment --- contracts/contracts/vault/VaultStorage.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/vault/VaultStorage.sol b/contracts/contracts/vault/VaultStorage.sol index 5c3f7fa59a..82ed3fd6f7 100644 --- a/contracts/contracts/vault/VaultStorage.sol +++ b/contracts/contracts/vault/VaultStorage.sol @@ -237,7 +237,7 @@ contract VaultStorage is Initializable, Governable { /// @notice Mapping of withdrawal request indices to the user withdrawal request data mapping(uint256 => WithdrawalRequest) public withdrawalRequests; - /// @notice Used for superOETHb async withdrawal + /// @notice Used for OETH & superOETHb async withdrawal uint256 public withdrawalClaimDelay; // For future use