Junaidb commited on
Commit
ff3a9bb
·
verified ·
1 Parent(s): f4c053f

Update components/agentcreation.py

Browse files
Files changed (1) hide show
  1. components/agentcreation.py +2 -2
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 keypair.pubkey()
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