Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -397,7 +397,8 @@ def issue_tokens(send,rec,amount):
|
|
397 |
print (f'val:: {val}')
|
398 |
if val == False:
|
399 |
p=False
|
400 |
-
mes = f"Blockchain is not valid. {mes2} at Index {ind}"
|
|
|
401 |
|
402 |
#if val == True:
|
403 |
if p==True:
|
|
|
397 |
print (f'val:: {val}')
|
398 |
if val == False:
|
399 |
p=False
|
400 |
+
#mes = f"Blockchain is not valid. {mes2} at Index {ind}"
|
401 |
+
mes = "Blockchain is not valid."
|
402 |
|
403 |
#if val == True:
|
404 |
if p==True:
|