sadsadsada

This commit is contained in:
Thomas Zarebczan 2018-11-16 18:23:00 -05:00
parent 014322c7d8
commit 3696cf1316

View file

@ -97,8 +97,6 @@ def ripemd160(x):
return h.digest()
def Hash(x):
if type(x) is unicode:
x = x.encode('utf-8')
return sha256(sha256(x))
def hash_raw_header(header: str) -> str: