docs(dns): remove stale resolver scaffolding note
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
e2f112b0cd
commit
f03fc28ae0
1 changed files with 1 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue