Skip to content

Commit

Permalink
Edit wording
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Oct 25, 2024
1 parent 7034a7f commit 0b1c314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Destination address of module transaction.

- **Type:** `uint256`

Ether value of module transaction.
The native token value transferred in the Safe Module transaction.

```solidity focus=3
(ISafe safe).execTransactionFromModule(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Destination address.
### `value`
- **Type:** `uint256`

Ether value.
Native token value.

```solidity focus=3
(ISafe safe).encodeTransactionData(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Destination address of Safe transaction.

- **Type:** `uint256`

Ether value of Safe transaction.
Native token value of Safe transaction.

```solidity focus=3
(ISafe safe).execTransaction(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Destination address.

- **Type:** `uint256`

Ether value.
Native token value.

```solidity focus=3
(ISafe safe).getTransactionHash(
Expand Down

0 comments on commit 0b1c314

Please sign in to comment.