remove dead namecoinNameService declaration from AppModules

The NamecoinNameService.init() singleton was the only consumer of
the companion object removed in the previous commit. The
namecoinNameService val itself was never referenced — namecoinResolver
is what's wired into Nip05Client.
This commit is contained in:
mstrofnone
2026-03-07 00:49:05 +11:00
parent 24a03b5d20
commit a817a2cc79
@@ -163,9 +163,6 @@ class AppModules(
}
},
)
val namecoinNameService =
com.vitorpamplona.amethyst.service.namecoin.NamecoinNameService
.init(namecoinElectrumxClient)
val nip05Client = Nip05Client(nip05Fetcher, namecoinResolver)
// Application-wide block height request cache