Skip to content

Commit

Permalink
comment deprecated function in legacy contract
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1980a committed Jan 4, 2024
1 parent 848b8b6 commit caf03c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/legacy/FastLaneLegacyAuction.sol
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ contract FastLaneLegacyAuction is Initializable, OwnableUpgradeable , UUPSUpgrad
}

function initialize(address _newOwner) public initializer {
__Ownable_init();
// __Ownable_init();
__UUPSUpgradeable_init();
_transferOwnership(_newOwner);
}
Expand Down

0 comments on commit caf03c2

Please sign in to comment.