From 691374489382febde1c9aa2b8325f1093c5aa206 Mon Sep 17 00:00:00 2001 From: Devan Non <89424366+devanoneth@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:31:47 +0200 Subject: [PATCH] remove invalid documentation on execTransactionFromModule --- contracts/interfaces/IModuleManager.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/interfaces/IModuleManager.sol b/contracts/interfaces/IModuleManager.sol index 86bc89c9c..3f09dd6b0 100644 --- a/contracts/interfaces/IModuleManager.sol +++ b/contracts/interfaces/IModuleManager.sol @@ -34,7 +34,6 @@ interface IModuleManager { /** * @notice Execute `operation` (0: Call, 1: DelegateCall) to `to` with `value` (Native Token) - * @dev Function is virtual to allow overriding for L2 singleton to emit an event for indexing. * @param to Destination address of module transaction. * @param value Ether value of module transaction. * @param data Data payload of module transaction.