fixed subscriptions leak

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-07-26 11:35:43 +02:00
parent 398a2e2e40
commit f2b29b8349
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@
:disconnected?
:<- [:peers-count]
:<- [:waku/v2-flag]
(fn [peers-count wakuv2-flag]
(fn [[peers-count wakuv2-flag]]
;; TODO Right now wakuv2 module in status-go
;; does not report peer counts properly,
;; so we always assume that we're connected