diff --git a/contracts/GraphTokenLockWallet.sol b/contracts/GraphTokenLockWallet.sol index 3ac24cb..8f32819 100644 --- a/contracts/GraphTokenLockWallet.sol +++ b/contracts/GraphTokenLockWallet.sol @@ -43,6 +43,13 @@ contract GraphTokenLockWallet is GraphTokenLock { event TokenDestinationsApproved(); event TokenDestinationsRevoked(); + /** + * @notice GraphTokenLockWallet constructor, only used to initialize the implementation contract + */ + constructor() { + isInitialized = true; + } + // Initializer function initialize( address _manager,