From bb5ea08043907ee8a49e1477ba8ea836c06a637f Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Thu, 20 Apr 2017 17:45:07 -0400 Subject: [PATCH] use virtualchain's key library --- blockstack_client/storage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blockstack_client/storage.py b/blockstack_client/storage.py index a3e15f636..451d6a12a 100644 --- a/blockstack_client/storage.py +++ b/blockstack_client/storage.py @@ -47,6 +47,9 @@ from scripts import is_name_valid, hex_hash160 import schemas from keys import * +import virtualchain +from virtualchain.lib.ecdsalib import * + log = get_logger() import string