Skip to content

Commit

Permalink
feat: adding event emit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Jul 10, 2024
1 parent e17b03c commit 33f110f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Initializer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ abstract contract Initializer is ISafe7579, ModuleManager {
// at this point, the safeproxy singleton is not yet updated to the SafeSingleton
// calling execTransactionFromModule is not available yet.
}
emit Safe7579Initialized(msg.sender);
}

/**
Expand Down

0 comments on commit 33f110f

Please sign in to comment.