fix AENS.update stdlib doc (#459)

This commit is contained in:
Hans Svensson 2023-06-15 22:45:39 +02:00 committed by GitHub
parent c395849684
commit d5ff9d4a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ using the private key of the `owner` account for signing.
##### update ##### update
``` ```
AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int), AENS.update(owner : address, name : string, expiry : option(Chain.ttl), client_ttl : option(int),
new_ptrs : map(string, AENS.pointee), <signature : signature>) : unit new_ptrs : option(map(string, AENS.pointee)), <signature : signature>) : unit
``` ```
Updates the name. If the optional parameters are set to `None` that parameter Updates the name. If the optional parameters are set to `None` that parameter