Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update Proxy.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlg committed Sep 17, 2020
1 parent 8422455 commit df6e6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ contract Proxy {

// implementation always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.
// For this purpose, these contracts must first inherit from Implementation class (Implementation.sol)
// Storage slots are blindly used by implementation. Do not declare any storage variable here.
address public implementation;

/// @dev Constructor function sets address of implementation contract.
Expand Down

0 comments on commit df6e6cd

Please sign in to comment.