Skip to content

Commit

Permalink
fix: TimeManagerV5 deprecated storage slot size
Browse files Browse the repository at this point in the history
  • Loading branch information
Debugger022 committed May 16, 2024
1 parent bd865b8 commit a1c1832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TimeManagerV5.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract TimeManagerV5 {
bool private isInitialized;

/// @notice Deprecated slot for _getCurrentSlot function pointer
bytes32 private __deprecatedSlot1;
bytes8 private __deprecatedSlot1;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
Expand Down

0 comments on commit a1c1832

Please sign in to comment.