Fixes count call

This commit is contained in:
Vitor Pamplona
2025-07-30 18:11:11 -04:00
parent 1ddc9c216b
commit 5d4b16641e

View File

@@ -125,7 +125,7 @@ class RelayPool(
subId: String,
filters: List<Filter>,
) {
relays.get(relay)?.sendRequest(subId, filters)
relays.get(relay)?.sendCount(subId, filters)
}
fun sendCount(