diff --git a/conf/config_sample.py b/conf/config_sample.py index eed97d8..627c44e 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -18,7 +18,7 @@ COINDAEMON_TRUSTED_USER = 'user' COINDAEMON_TRUSTED_PASSWORD = 'somepassword' COINDAEMON_ALGO = 'scrypt' # The available options are: scrypt, sha256d, scrypt-jane, skeinhash, and quark -SCRYPTJANE_NAME = 'vtc_scrypt' +SCRYPTJANE_NAME = 'vtc_scrypt'# Set this to the Scrypt jane module name e.g. yac_scrypt or vtc_scrypt COINDAEMON_TX = False # For Coins which support TX Messages please enter yes in the TX selection # ******************** BASIC SETTINGS ***************