mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
force string
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user