From 33f110f08ed5fcab75c29d7cfb93f7f3e4da76a7 Mon Sep 17 00:00:00 2001 From: zeroknots Date: Wed, 10 Jul 2024 19:01:01 +0200 Subject: [PATCH] feat: adding event emit --- src/core/Initializer.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Initializer.sol b/src/core/Initializer.sol index 33d81ce..16c9c78 100644 --- a/src/core/Initializer.sol +++ b/src/core/Initializer.sol @@ -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); } /**