Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -528,7 +528,7 @@ def issue_tokens(send,rec,amount):
|
|
| 528 |
balance = lod["chain"][-1]["balance"]
|
| 529 |
print (balance)
|
| 530 |
balance_send =int(balance)-int(amount)
|
| 531 |
-
if
|
| 532 |
p=True
|
| 533 |
response,message = get_my_chain_rec(rec)
|
| 534 |
#lod_rec = json.loads(response)
|
|
|
|
| 528 |
balance = lod["chain"][-1]["balance"]
|
| 529 |
print (balance)
|
| 530 |
balance_send =int(balance)-int(amount)
|
| 531 |
+
if balance_send >=0:
|
| 532 |
p=True
|
| 533 |
response,message = get_my_chain_rec(rec)
|
| 534 |
#lod_rec = json.loads(response)
|