From ec113ec9b8739c24ec088a0a5c99bf28662cbbca Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Mon, 6 Jan 2014 09:49:13 +0000 Subject: [PATCH] Attempt to Fix Startup Issue --- mining/service.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mining/service.py b/mining/service.py index 3be4adb..d9586b8 100644 --- a/mining/service.py +++ b/mining/service.py @@ -45,13 +45,6 @@ class MiningService(GenericService): log.debug("Server stats request: %s" % serialized) return '%s' % serialized - @admin - def refresh_config(self): - settings.setup() - log.info("Updated Config") - return True - - @admin def update_block(self): '''Connect this RPC call to 'litecoind -blocknotify' for