Further tweaks to the Clarity on Key Evaluation Return Messages
This commit is contained in:
parent
998f0dc883
commit
cf0f8cd4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue