Fixes count call
This commit is contained in:
+1
-1
@@ -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