Spaces:
Sleeping
Sleeping
Update components/functions.py
Browse files- components/functions.py +1 -1
components/functions.py
CHANGED
|
@@ -210,6 +210,6 @@ def SolanaPayment(state):
|
|
| 210 |
result = client.send_transaction(tx)
|
| 211 |
|
| 212 |
return {
|
| 213 |
-
"tx_hash": result.value
|
| 214 |
}
|
| 215 |
|
|
|
|
| 210 |
result = client.send_transaction(tx)
|
| 211 |
|
| 212 |
return {
|
| 213 |
+
"tx_hash": str(result.value)
|
| 214 |
}
|
| 215 |
|