Skip to content

Commit 797b19d

Browse files
authored
Merge pull request #28 from VenusProtocol/VEN-2608
[VEN-2608]: TimeManagerV5 storage fix
2 parents bd865b8 + a1c1832 commit 797b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/TimeManagerV5.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ contract TimeManagerV5 {
1515
bool private isInitialized;
1616

1717
/// @notice Deprecated slot for _getCurrentSlot function pointer
18-
bytes32 private __deprecatedSlot1;
18+
bytes8 private __deprecatedSlot1;
1919

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

0 commit comments

Comments
 (0)