Junaidb commited on
Commit
6b208f4
·
verified ·
1 Parent(s): 17542bf

Update components/functions.py

Browse files
Files changed (1) hide show
  1. 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