Skip to content

Commit

Permalink
ens documenation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Aug 10, 2018
1 parent 36d24ad commit 9a46ca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/web3-eth-ens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ setAddress

.. code-block:: javascript
web3.eth.ens.setAddress(name, address, from);
web3.eth.ens.setAddress(name, address, options);
Sets the address of an ENS name in his resolver.

Expand Down Expand Up @@ -179,7 +179,7 @@ setPubkey

.. code-block:: javascript
web3.eth.ens.setPubkey(name, x, y, from);
web3.eth.ens.setPubkey(name, x, y, options);
Sets the SECP256k1 public key associated with an ENS node

Expand Down Expand Up @@ -278,7 +278,7 @@ setContent

.. code-block:: javascript
web3.eth.ens.setContent(name, hash, from);
web3.eth.ens.setContent(name, hash, options);
Sets the content hash associated with an ENS node.

Expand Down Expand Up @@ -374,7 +374,7 @@ setMultihash

.. code-block:: javascript
web3.eth.ens.setMultihash(name, hash, from);
web3.eth.ens.setMultihash(name, hash, options);
Sets the multihash associated with an ENS node.

Expand Down

0 comments on commit 9a46ca6

Please sign in to comment.