fix type in findProviders command
Jeromy committed
Jan 24, 2015 at 08:58 UTC
b287422ebd3d3c0ce312bd2d83036e4f4e814fd7
1 file changed
+1
-1
core/commands/dht.go
+1
-1
@@ -236,7 +236,7 @@ FindProviders will return a list of peers who are able to provide the value requ
236
}, nil
237
},
238
},
239
- Type: peer.PeerInfo{},
239
+ Type: notif.QueryEvent{},
240
}
241
242
var findPeerDhtCmd = &cmds.Command{