mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 18:55:44 +00:00
feat: show peer multiaddresses with wakuext_peers
This commit is contained in:
parent
8f13ad8f93
commit
c207ee126f
@ -10,5 +10,4 @@ proc fromEvent*(T: type PeerStatsSignal, jsonSignal: JsonNode): PeerStatsSignal
|
||||
result.signalType = SignalType.PeerStats
|
||||
if jsonSignal["event"].kind != JNull:
|
||||
for (node, protocols) in jsonSignal["event"]["peers"].pairs():
|
||||
if protocols.getElems.len != 0:
|
||||
result.peers.add(node)
|
||||
result.peers.add(node)
|
||||
|
2
vendor/status-go
vendored
2
vendor/status-go
vendored
@ -1 +1 @@
|
||||
Subproject commit 019d520e28f36b63959772f99a8ae79d654bdc90
|
||||
Subproject commit ea89a41d96c2545902f2d0d8006663f00f1ee905
|
Loading…
x
Reference in New Issue
Block a user