mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 03:57:21 +02:00
Fixes count call
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user