diff --git a/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h b/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h index 4235f0ac8..a422cd03f 100644 --- a/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h +++ b/tests/unittests/libretroshare/gxs/gen_exchange/rsdummyservices.h @@ -145,7 +145,7 @@ public: * @param keyref the KeyRef of the key being requested * @return will */ - bool requestKey(const RsGxsId &id, const std::list &peers){ return false ;} + bool requestKey(const RsGxsId &id, const std::list &peers){ return false ;} bool requestPrivateKey(const RsGxsId &id){ return false;}