remove MixPubKeyBook from waku peer store

This commit is contained in:
Prem Chaitanya Prathi 2026-02-04 12:16:10 +05:30
parent 92fbb68d1d
commit 07c618248b
No known key found for this signature in database

View File

@ -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():