Skip to content

Commit

Permalink
reset contructor
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed May 29, 2024
1 parent b71b180 commit e22d6f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/mocks/VoucherV2Mock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e22d6f8

Please sign in to comment.