Omnibus commited on
Commit
dd65174
·
1 Parent(s): 6ff7618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def generate_keys():
42
  hash_2 = calculate_hash(hash_1, hash_function="ripemd160")
43
  address = base58.b58encode(hash_2)
44
  address_im=qr.make_qr(txt=address)
45
- add_label = str(hash_2)
46
  add_label = add_label.strip("b").strip("'")
47
  address_im = overlay.textover(address_im, "Wallet",add_label)
48
  #qr_link="test"
 
42
  hash_2 = calculate_hash(hash_1, hash_function="ripemd160")
43
  address = base58.b58encode(hash_2)
44
  address_im=qr.make_qr(txt=address)
45
+ add_label = str(address)
46
  add_label = add_label.strip("b").strip("'")
47
  address_im = overlay.textover(address_im, "Wallet",add_label)
48
  #qr_link="test"