Skip to content

Commit

Permalink
Merge pull request #106 from chfast/eei-get-address
Browse files Browse the repository at this point in the history
EEI: Improved docs for getAddress()
  • Loading branch information
axic committed Aug 16, 2018
2 parents 5862c9f + 808ae7d commit f2dd66f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Subtracts an amount to the gas counter

## getAddress

Gets address of currently executing account and loads it into memory at
the given offset.
Gets address of currently executing account and stores it in memory at the given
offset.

**Parameters**

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

**Returns**

Expand Down

0 comments on commit f2dd66f

Please sign in to comment.