From c5a1b1beffadb405d59600b9d0028fd4ed3a563c Mon Sep 17 00:00:00 2001 From: jpascualsana <52431518+jpascualsana@users.noreply.github.com> Date: Sun, 11 Aug 2019 18:43:36 -0500 Subject: [PATCH] Replace deprecated class name --- libretroshare/src/retroshare/rspeers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/retroshare/rspeers.h b/libretroshare/src/retroshare/rspeers.h index ab5404859..6bee4c85b 100644 --- a/libretroshare/src/retroshare/rspeers.h +++ b/libretroshare/src/retroshare/rspeers.h @@ -220,7 +220,7 @@ struct RsPeerDetails : RsSerializable RsPgpId issuer; - PGPFingerprintType fpr; /* pgp fingerprint */ + RsPgpFingerprint fpr; /* pgp fingerprint */ std::string authcode; // TODO: 2015/12/31 (cyril) what is this used for ????? std::list gpgSigners;