From cf0f8cd4ea2201cfbd96c044c76015ff5a4d2bbd Mon Sep 17 00:00:00 2001 From: SimplifiedPrivacy Date: Sat, 16 May 2026 12:05:01 -0400 Subject: [PATCH] Further tweaks to the Clarity on Key Evaluation Return Messages --- core/services/failed_verification/is_the_key_to_blame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/failed_verification/is_the_key_to_blame.py b/core/services/failed_verification/is_the_key_to_blame.py index eb7e01c..b78b880 100644 --- a/core/services/failed_verification/is_the_key_to_blame.py +++ b/core/services/failed_verification/is_the_key_to_blame.py @@ -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)