This commit is contained in:
Oxilic 2015-01-21 09:44:16 -05:00
parent 931500d070
commit cce99f81a4
1 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ def siteCreate(sss):
k=int(sss.split(":")[0])
n=int(sss.split(":")[1])
if k>n: raise Exception("Required parts can't be bigger than parts amount.")
logging.info("Generating new privatekey...")
from src.Crypt import CryptBitcoin
privatekey = CryptBitcoin.newPrivatekey()