docs(dns): remove stale resolver scaffolding note

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Virgil 2026-04-02 06:01:09 +00:00
parent e2f112b0cd
commit f03fc28ae0

View file

@ -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 {