From f7deade346575520a35154bdf4f2df7f41e87288 Mon Sep 17 00:00:00 2001 From: Nielsen <36323943+n2nco@users.noreply.github.com> Date: Mon, 15 Oct 2018 07:02:32 -0400 Subject: [PATCH] Specifying the type of record for clarity. (#1457) --- EIPS/eip-137.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-137.md b/EIPS/eip-137.md index 1f9d8e87..5b0c7b67 100644 --- a/EIPS/eip-137.md +++ b/EIPS/eip-137.md @@ -188,7 +188,7 @@ Resolvers wishing to support contract address resources must provide the followi function addr(bytes32 node) constant returns (address); ``` -If the resolver supports `addr` lookups but the requested node does not have a record, the resolver MUST return the zero address. +If the resolver supports `addr` lookups but the requested node does not have an addr record, the resolver MUST return the zero address. Clients resolving the `addr` record MUST check for a zero return value, and treat this in the same manner as a name that does not have a resolver specified - that is, refuse to send funds to or interact with the address. Failure to do this can result in users accidentally sending funds to the 0 address.