From b287422ebd3d3c0ce312bd2d83036e4f4e814fd7 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sat, 24 Jan 2015 08:58:42 +0000 Subject: [PATCH] fix type in findProviders command --- core/commands/dht.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{