Unverified Commit 64c43982 authored by Nick Johnson's avatar Nick Johnson Committed by GitHub

Use eth.domains instead of eth.link

parent db5d4032
......@@ -13,7 +13,7 @@ import (
)
const ethTLD = "eth"
const linkTLD = "link"
const linkTLD = "domains"
// LookupTXTFunc is a generic type for a function that lookups TXT record values.
type LookupTXTFunc func(name string) (txt []string, err error)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment