Spaces:
Sleeping
Sleeping
Update components/agentcreation.py
Browse files
components/agentcreation.py
CHANGED
|
@@ -29,6 +29,7 @@ async def create_keypair(agent):
|
|
| 29 |
print(res)
|
| 30 |
except Exception as e:
|
| 31 |
print(e)
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
async def transfer_sol(from_keypair, to_pubkey, amount_sol):
|
|
|
|
| 29 |
print(res)
|
| 30 |
except Exception as e:
|
| 31 |
print(e)
|
| 32 |
+
raise
|
| 33 |
|
| 34 |
|
| 35 |
async def transfer_sol(from_keypair, to_pubkey, amount_sol):
|