From e22d6f8594f3f7b384d6ed102755a051edb0da46 Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Wed, 29 May 2024 15:13:20 +0200 Subject: [PATCH] reset contructor --- contracts/mocks/VoucherV2Mock.sol | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contracts/mocks/VoucherV2Mock.sol b/contracts/mocks/VoucherV2Mock.sol index e23e96fc..41ec5413 100644 --- a/contracts/mocks/VoucherV2Mock.sol +++ b/contracts/mocks/VoucherV2Mock.sol @@ -22,6 +22,11 @@ contract VoucherV2Mock is Initializable { bytes32 private constant VOUCHER_STORAGE_LOCATION = 0xc2e244293dc04d6c7fa946e063317ff8e6770fd48cbaff411a60f1efc8a7e800; + /// @custom:oz-upgrades-unsafe-allow constructor + constructor() { + _disableInitializers(); + } + /** * Initialize new implementation contract. * @param newStateVariable test variable.