rename LNbitsNodeAliasrepository.kt to NodeAliasServiceRepository.kt
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import kotlinx.coroutines.flow.StateFlow
|
||||
* [NodeAliasRepository] backed by [NodeAliasService], which queries
|
||||
* mempool.space then 1ml.com and caches results in SharedPreferences.
|
||||
*/
|
||||
class LNbitsNodeAliasRepository(
|
||||
class NodeAliasServiceRepository(
|
||||
private val service: NodeAliasService
|
||||
) : NodeAliasRepository {
|
||||
override val aliases: StateFlow<Map<String, String>>
|
||||
Reference in New Issue
Block a user