move verify_zonefile to the client

This commit is contained in:
Jude Nelson
2016-10-24 03:23:03 -04:00
parent 707e6a9086
commit d857be4762

View File

@@ -35,7 +35,7 @@ from .auth import *
from ..scripts import is_name_valid
import blockstack_client
from blockstack_client import hash_zonefile, get_zonefile_data_hash
from blockstack_client import hash_zonefile, get_zonefile_data_hash, verify_zonefile
import blockstack_zones