Skip to content

Commit

Permalink
Merge pull request #28 from VenusProtocol/VEN-2608
Browse files Browse the repository at this point in the history
[VEN-2608]: TimeManagerV5 storage fix
  • Loading branch information
chechu authored May 16, 2024
2 parents bd865b8 + a1c1832 commit 797b19d
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 797b19d

Please sign in to comment.