fix type in findProviders command

This commit is contained in:
Jeromy 2015-01-24 08:58:42 +00:00
parent 1f48b3efe2
commit b287422ebd

View File

@ -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{