Skip to content

Commit

Permalink
Merge pull request #607 from robriks/patch-1
Browse files Browse the repository at this point in the history
Update Safe.sol
  • Loading branch information
mmv08 authored Jul 13, 2023
2 parents 7e20a7a + a79ad73 commit e8fe083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Safe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ contract Safe is
* @param value Ether value.
* @param data Data payload.
* @param operation Operation type.
* @param safeTxGas Fas that should be used for the safe transaction.
* @param safeTxGas Gas that should be used for the safe transaction.
* @param baseGas Gas costs for data used to trigger the safe transaction.
* @param gasPrice Maximum gas price that should be used for this transaction.
* @param gasToken Token address (or 0 if ETH) that is used for the payment.
Expand Down

0 comments on commit e8fe083

Please sign in to comment.