Skip to content

Commit

Permalink
[#4] Update notice for executeTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 3, 2023
1 parent b9734c1 commit 67855ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/SafeProtocolMediator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ contract SafeProtocolMediator is ISafeProtocolMediator {
}

/**
* @notice This function executes a delegate call on a safe if the module is enabled and
* root access it granted.
* @notice This function executes non-delegate call(s) on a safe if the module is enabled on the Safe.
* If any one of the actions fail, the transaction reverts.
* @param safe A Safe instance
* @param transaction A struct of type SafeTransaction containing information of about the action(s) to be executed.
* Users can add logic to validate metahash through a transaction guard.
Expand Down

0 comments on commit 67855ba

Please sign in to comment.