From ba43ec37c5c992d6398d74ac851ec2f83a688844 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 22 Nov 2013 10:21:40 +0000 Subject: [PATCH] Fixed an unneeded call --- lib/halfnode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/halfnode.py b/lib/halfnode.py index 6a9e211..646db4c 100644 --- a/lib/halfnode.py +++ b/lib/halfnode.py @@ -25,14 +25,14 @@ else: if settings.COINDAEMON_Reward == 'POS': print("########################################### Loading POS Support #########################################################") - import ltc_scrypt + pass else: print("########################################### NOT Loading POS Support ######################################################") pass if settings.COINDAEMON_Reward == 'POS' and settings.COINDAEMON_SH256_TX == 'yes': print("########################################### Loading SHA256 Transaction Message Support #########################################################") - import ltc_scrypt + pass else: print("########################################### NOT Loading SHA256 Transaction Message Support ######################################################") pass