force string

This commit is contained in:
Jude Nelson
2017-07-06 19:36:27 -04:00
parent 1ce371644f
commit e72d43d0be

View File

@@ -73,7 +73,7 @@ def get_zonefile_data_hash(data_txt):
Generate a hash over a user's zonefile.
Return the hex string.
"""
return hex_hash160(data_txt)
return hex_hash160(str(data_txt))
def get_blockchain_compat_hash(data_txt):