Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -378,7 +378,7 @@ def issue_tokens(send,rec,amount):
|
|
| 378 |
balance_rec = 0
|
| 379 |
mes = "blank message"
|
| 380 |
try:
|
| 381 |
-
|
| 382 |
if z == True:
|
| 383 |
try:
|
| 384 |
response,message = get_my_chain_send(send)
|
|
@@ -436,7 +436,7 @@ def issue_tokens(send,rec,amount):
|
|
| 436 |
print(mes)
|
| 437 |
|
| 438 |
if z==False:
|
| 439 |
-
mes =
|
| 440 |
p=False
|
| 441 |
except Exception as e:
|
| 442 |
mes = f"Blockchain not loaded? {e}"
|
|
|
|
| 378 |
balance_rec = 0
|
| 379 |
mes = "blank message"
|
| 380 |
try:
|
| 381 |
+
b_mes,z=valid()
|
| 382 |
if z == True:
|
| 383 |
try:
|
| 384 |
response,message = get_my_chain_send(send)
|
|
|
|
| 436 |
print(mes)
|
| 437 |
|
| 438 |
if z==False:
|
| 439 |
+
mes = b_mes
|
| 440 |
p=False
|
| 441 |
except Exception as e:
|
| 442 |
mes = f"Blockchain not loaded? {e}"
|