mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-19 21:33:10 +00:00
fix: returning peerIds in base 64 (#3105)
This commit is contained in:
parent
9635ee4021
commit
fb632d1029
@ -83,6 +83,6 @@ proc process*(
|
||||
## returns a comma-separated string of peerIDs that mount the given protocol
|
||||
let (inPeers, outPeers) = waku.node.peerManager.connectedPeers($self[].protocol)
|
||||
let allPeerIDs = inPeers & outPeers
|
||||
return ok(allPeerIDs.mapIt(it.hex()).join(","))
|
||||
return ok(allPeerIDs.join(","))
|
||||
|
||||
return ok("")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user