Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Oct 14, 2024
1 parent c4c9c89 commit 4940758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/vault/VaultStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4940758

Please sign in to comment.