From f03fc28ae0479c56279f684726b59f54570bb083 Mon Sep 17 00:00:00 2001 From: Virgil Date: Thu, 2 Apr 2026 06:01:09 +0000 Subject: [PATCH] docs(dns): remove stale resolver scaffolding note Co-Authored-By: Virgil --- pkg/dns/resolve.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/dns/resolve.go b/pkg/dns/resolve.go index 3f5fccf..272da6e 100644 --- a/pkg/dns/resolve.go +++ b/pkg/dns/resolve.go @@ -7,7 +7,7 @@ // Create a resolver and look up a name: // // svc := dns.NewService() -// // svc.Resolve("example") — implementation pending +// hash, err := svc.Resolve("example.lthn") package dns import ( @@ -17,8 +17,6 @@ import ( ) // Service handles DNS resolution for .lthn names against the LNS chain state. -// The full resolution logic (672 lines from the existing Go implementation) -// will be merged in a subsequent pass. // // svc := dns.NewService() type Service struct {