Skip to content

Commit f2dd66f

Browse files
authored
Merge pull request #106 from chfast/eei-get-address
EEI: Improved docs for getAddress()
2 parents 5862c9f + 808ae7d commit f2dd66f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eth_interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Subtracts an amount to the gas counter
3131

3232
## getAddress
3333

34-
Gets address of currently executing account and loads it into memory at
35-
the given offset.
34+
Gets address of currently executing account and stores it in memory at the given
35+
offset.
3636

3737
**Parameters**
3838

39-
- `resultOffset` **i32ptr** the memory offset to load the address into (`address`)
39+
- `resultOffset` **i32ptr** the memory offset at which the address is to be stored (`address`)
4040

4141
**Returns**
4242

0 commit comments

Comments
 (0)