From e8521991afc94cad2d46f6236039e4dab6da9662 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Sun, 2 Feb 2014 13:41:29 +0000 Subject: [PATCH] Update config_sample.py --- conf/config_sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ***************