accidental inifnite recursion
This commit is contained in:
parent
10372a9dbe
commit
788353120b
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue