accidental inifnite recursion

This commit is contained in:
Sorunome 2020-05-21 16:55:30 +02:00
parent 10372a9dbe
commit 788353120b
No known key found for this signature in database
GPG key ID: B19471D07FC9BE9C

View file

@ -169,7 +169,7 @@ abstract class _SignedKey {
continue; continue;
} }
if (key.verified) { if (key.directVerified) {
return true; // we verified this key and it is valid...all checks out! return true; // we verified this key and it is valid...all checks out!
} }
// or else we just recurse into that key and chack if it works out // or else we just recurse into that key and chack if it works out