Spaces:
Sleeping
Sleeping
Update components/agentcreation.py
Browse files
components/agentcreation.py
CHANGED
|
@@ -76,8 +76,8 @@ def load_keypair(agent):
|
|
| 76 |
|
| 77 |
print(f"✅ Keypair loaded")
|
| 78 |
print(f"📍 Public Key: {keypair.pubkey()}")
|
| 79 |
-
|
| 80 |
-
return
|
| 81 |
|
| 82 |
|
| 83 |
|
|
|
|
| 76 |
|
| 77 |
print(f"✅ Keypair loaded")
|
| 78 |
print(f"📍 Public Key: {keypair.pubkey()}")
|
| 79 |
+
publickey=keypair.pubkey()
|
| 80 |
+
return publickey
|
| 81 |
|
| 82 |
|
| 83 |
|