From 1555746fb89f8effd519bd8aaf80d57136f5382f Mon Sep 17 00:00:00 2001 From: aitbc Date: Tue, 28 Apr 2026 17:27:08 +0200 Subject: [PATCH] Fix AI handler to use correct keystore decryption --- cli/handlers/ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/handlers/ai.py b/cli/handlers/ai.py index a3944c94..cb858714 100644 --- a/cli/handlers/ai.py +++ b/cli/handlers/ai.py @@ -26,7 +26,7 @@ def handle_ai_submit(args, default_rpc_url, first, read_password, render_mapping print("Error: Password is required for signing") sys.exit(1) - # Get auth headers using correct decryption + # Get keystore and decrypt private key from pathlib import Path import json from cryptography.hazmat.primitives.asymmetric import ed25519