diff --git a/core/commands/dht.go b/core/commands/dht.go index e4ab74ac3..f6393a621 100644 --- a/core/commands/dht.go +++ b/core/commands/dht.go @@ -236,7 +236,7 @@ FindProviders will return a list of peers who are able to provide the value requ }, nil }, }, - Type: peer.PeerInfo{}, + Type: notif.QueryEvent{}, } var findPeerDhtCmd = &cmds.Command{