diff --git a/include/certstore.h b/include/certstore.h index 097a543822ab72cb914246aa9fa29cceefc71e19..f92c8a15fa0ab28d82709f44d79a2857a952aa83 100644 --- a/include/certstore.h +++ b/include/certstore.h @@ -49,7 +49,7 @@ const char* statusToStr(TrustStatus s); class CertificateStore { public: - explicit CertificateStore(const std::string& accountId, std::shared_ptr<Logger> logger); + explicit CertificateStore(const std::string& path, std::shared_ptr<Logger> logger); std::vector<std::string> getPinnedCertificates() const; /**