Skip to content

Commit

Permalink
remove invalid documentation on execTransactionFromModule
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth authored Oct 9, 2024
1 parent 0142ec8 commit 6913744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/interfaces/IModuleManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6913744

Please sign in to comment.