From cc07e3a6386625d35eb45b7a31ca6ba071824917 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Tue, 5 May 2020 11:21:27 +0200 Subject: [PATCH] fix param description for AENS interface --- docs/sophia_stdlib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 158b8df..225c5f3 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -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, ) : unit +AENS.transfer(owner : address, new_owner : address, name : string, ) : 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, ) : unit +AENS.revoke(owner : address, name : string, ) : unit ``` Revokes the name to extend the ownership time.