diff --git a/EIPS/eip-181.md b/EIPS/eip-181.md index cd8dd713..8d2ae33f 100644 --- a/EIPS/eip-181.md +++ b/EIPS/eip-181.md @@ -37,7 +37,7 @@ Allowing the caller to specify an owner other than themselves for the relevant n ### function claimWithResolver(address owner, address resolver) returns (bytes32 node) -When called by account `x`, instructs the ENS registry to set the resolver of the name `hex(x) + '.addr.reverse' to the specified resolver, then transfer ownership of the name to the provided address, and return the namehash of the ENS record thus transferred. This method facilitates setting up a custom resolver and owner in fewer transactions than would be required if calling `claim`. +When called by account `x`, instructs the ENS registry to set the resolver of the name `hex(x) + '.addr.reverse'` to the specified resolver, then transfer ownership of the name to the provided address, and return the namehash of the ENS record thus transferred. This method facilitates setting up a custom resolver and owner in fewer transactions than would be required if calling `claim`. ### function setName(string name) returns (bytes32 node)