Skip to content

Commit

Permalink
Merge pull request #658 from owl11/patch-1
Browse files Browse the repository at this point in the history
fix typo:
  • Loading branch information
mmv08 authored Sep 18, 2023
2 parents 851d689 + 9e1d57f commit a9075a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/accessors/SimulateTxAccessor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract SimulateTxAccessor is Executor {
* @notice Simulates a Safe transaction and returns the used gas, success boolean and the return data.
* @dev Executes the specified operation {Call, DelegateCall} and returns operation-specific data.
* Has to be called via delegatecall.
* This returns the data equal to `abi.encode(uint256(etimate), bool(success), bytes(returnData))`.
* This returns the data equal to `abi.encode(uint256(estimate), bool(success), bytes(returnData))`.
* Specifically, the returndata will be:
* `estimate:uint256 || success:bool || returnData.length:uint256 || returnData:bytes`.
* @param to Destination address .
Expand Down

0 comments on commit a9075a2

Please sign in to comment.