fix: comment
This commit is contained in:
@@ -5,7 +5,7 @@ import kotlinx.coroutines.flow.StateFlow
|
||||
|
||||
/**
|
||||
* [NodeAliasRepository] backed by [NodeAliasService], which queries
|
||||
* mempool.space then 1ml.com and caches results in SharedPreferences.
|
||||
* mempool.space then 1ml.com and caches results in Room.
|
||||
*/
|
||||
class NodeAliasServiceRepository(
|
||||
private val service: NodeAliasService
|
||||
@@ -15,5 +15,4 @@ class NodeAliasServiceRepository(
|
||||
override suspend fun resolve(pubkey: String): String? =
|
||||
service.resolve(pubkey)
|
||||
override suspend fun warmUp() = service.warmUp()
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user