Use master_seed for siteCreate CLI by default

This commit is contained in:
shortcutme 2019-10-30 03:07:06 +01:00
parent 37f315dfc2
commit ee8e3c3c9c
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -143,7 +143,7 @@ class Actions(object):
# Site commands # Site commands
def siteCreate(self, use_master_seed=False): def siteCreate(self, use_master_seed=True):
logging.info("Generating new privatekey (use_master_seed: %s)..." % config.use_master_seed) logging.info("Generating new privatekey (use_master_seed: %s)..." % config.use_master_seed)
return return
from Crypt import CryptBitcoin from Crypt import CryptBitcoin