mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-05 19:32:59 +02:00
Fixes count call
This commit is contained in:
@@ -125,7 +125,7 @@ class RelayPool(
|
|||||||
subId: String,
|
subId: String,
|
||||||
filters: List<Filter>,
|
filters: List<Filter>,
|
||||||
) {
|
) {
|
||||||
relays.get(relay)?.sendRequest(subId, filters)
|
relays.get(relay)?.sendCount(subId, filters)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun sendCount(
|
fun sendCount(
|
||||||
|
Reference in New Issue
Block a user