Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions libp2p/protocols/kademlia/provider.nim
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import ../../utils/heartbeat
import ../protocol
import ./[protobuf, types, find]

logScope:
topics = "kad-dht provider"

proc `==`*(a, b: ProviderRecord): bool {.inline.} =
a.provider.id == b.provider.id and a.key == b.key

Expand Down
Loading
Loading