From a817a2cc793dd01bf8691c93cede71967ec3bc47 Mon Sep 17 00:00:00 2001 From: mstrofnone Date: Sat, 7 Mar 2026 00:49:05 +1100 Subject: [PATCH] remove dead namecoinNameService declaration from AppModules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../src/main/java/com/vitorpamplona/amethyst/AppModules.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/AppModules.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/AppModules.kt index 5b74e99c5..f07a8b3a6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/AppModules.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/AppModules.kt @@ -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