mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
renamed skip_signature_validation into more appropriate skip_pgp_signature_validation
This commit is contained in:
parent
654d760d84
commit
4fabf3deb1
5 changed files with 11 additions and 10 deletions
|
@ -238,7 +238,7 @@ struct RsPeerDetails : RsSerializable
|
|||
uint32_t trustLvl;
|
||||
uint32_t validLvl;
|
||||
|
||||
bool skip_signature_validation;
|
||||
bool skip_pgp_signature_validation;
|
||||
bool ownsign; /* we have signed the remote peer GPG key */
|
||||
bool hasSignedMe; /* the remote peer has signed my GPG key */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue