Further tweaks to the Clarity on Key Evaluation Return Messages

This commit is contained in:
SimplifiedPrivacy 2026-05-16 12:05:01 -04:00
parent 998f0dc883
commit cf0f8cd4ea

View file

@ -96,7 +96,7 @@ def is_the_key_to_blame(
# invalid key
notification = f"Invalid Numbers on the public_key"
ticket_observer.notify("preparing", subject=notification)
return {"valid": True, "message": "invalid_key"}
return {"valid": False, "message": "invalid_key"}
new_public_key = get_new_pubkey_from_api(connection_observer)