Omnibus commited on
Commit
c4a4631
·
1 Parent(s): ad09508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -378,7 +378,7 @@ def issue_tokens(send,rec,amount):
378
  balance_rec = 0
379
  mes = "blank message"
380
  try:
381
- _,z=valid()
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 = "Invalid Blockchain"
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}"