fixed compilation in tests

This commit is contained in:
csoler 2016-07-15 22:25:15 -04:00
parent 9fd44a53be
commit 59d08591d2

View File

@ -145,7 +145,7 @@ public:
* @param keyref the KeyRef of the key being requested
* @return will
*/
bool requestKey(const RsGxsId &id, const std::list<PeerId> &peers){ return false ;}
bool requestKey(const RsGxsId &id, const std::list<RsPeerId> &peers){ return false ;}
bool requestPrivateKey(const RsGxsId &id){ return false;}