renamed skip_signature_validation into more appropriate skip_pgp_signature_validation

This commit is contained in:
csoler 2019-09-19 21:14:57 +02:00
parent 654d760d84
commit 4fabf3deb1
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 11 additions and 10 deletions

View file

@ -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 */