From 808ae7d55fc7b7f8eba1f9f087357949f4fbf72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 3 Jul 2018 14:20:20 +0200 Subject: [PATCH] EEI: Improved docs for getAddress() --- eth_interface.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eth_interface.md b/eth_interface.md index e1f7a925..66d2d6a6 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -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**