mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-05 22:43:26 +00:00
remove MixPubKeyBook from waku peer store
This commit is contained in:
parent
92fbb68d1d
commit
07c618248b
@ -43,9 +43,6 @@ type
|
||||
# Keeps track of peer shards
|
||||
ShardBook* = ref object of PeerBook[seq[uint16]]
|
||||
|
||||
# Keeps track of Mix protocol public keys of peers
|
||||
MixPubKeyBook* = ref object of PeerBook[Curve25519Key]
|
||||
|
||||
proc getPeer*(peerStore: PeerStore, peerId: PeerId): RemotePeerInfo =
|
||||
let addresses =
|
||||
if peerStore[LastSeenBook][peerId].isSome():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user