Skip to content

Commit

Permalink
refactor: remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Jul 6, 2023
1 parent 70cb8b0 commit 88ccfb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Ownable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ pragma solidity >=0.8.0;
/// @custom:contact security@morpho.xyz
/// @dev Greatly inspired by Solmate and OZ implementations.
abstract contract Ownable {
/* EVENTS */

event OwnershipTransferred(address indexed oldOwner, address indexed newOwner);

/* STORAGE */

address public owner;
Expand Down

0 comments on commit 88ccfb9

Please sign in to comment.