Merge pull request #259 from kryptokrauts/master

fix param description for AENS interface
This commit is contained in:
Hans Svensson 2020-05-07 16:07:10 +02:00 committed by GitHub
commit 05b87fe200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@ using the private key of the `owner` account for signing.
#### transfer
```
AENS.transfer(owner : address, new_owner : address, name_hash : hash, <signature : signature>) : unit
AENS.transfer(owner : address, new_owner : address, name : string, <signature : signature>) : unit
```
Transfers name to the new owner.
@ -531,7 +531,7 @@ using the private key of the `owner` account for signing.
#### revoke
```
AENS.revoke(owner : address, name_hash : hash, <signature : signature>) : unit
AENS.revoke(owner : address, name : string, <signature : signature>) : unit
```
Revokes the name to extend the ownership time.