Omnibus commited on
Commit
d4e9a18
·
1 Parent(s): e984afc

Update crypt.py

Browse files
Files changed (1) hide show
  1. crypt.py +1 -0
crypt.py CHANGED
@@ -237,6 +237,7 @@ def address(im):
237
  hash_1 = calculate_hash(public_key, hash_function="sha256")
238
  hash_2 = calculate_hash(hash_1, hash_function="ripemd160")
239
  address = base58.b58encode(hash_2)
 
240
  print (address)
241
  address = address.strip("b")
242
  print (address)
 
237
  hash_1 = calculate_hash(public_key, hash_function="sha256")
238
  hash_2 = calculate_hash(hash_1, hash_function="ripemd160")
239
  address = base58.b58encode(hash_2)
240
+ address= str(address)
241
  print (address)
242
  address = address.strip("b")
243
  print (address)