mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
remove superfluous method
This commit is contained in:
@@ -34,14 +34,6 @@ from blockstack_client import hash_zonefile, get_zonefile_data_hash
|
||||
log = virtualchain.get_logger("blockstack-server")
|
||||
|
||||
|
||||
def serialize_zonefile( zonefile_data ):
|
||||
"""
|
||||
Serialize a zonefile to string
|
||||
"""
|
||||
|
||||
zonefile_txt = blockstack_zones.make_zone_file( zonefile_data )
|
||||
return zonefile_txt
|
||||
|
||||
|
||||
def verify_zonefile( zonefile_str, value_hash ):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user