From f748390b0f4bd6ed8405f94c8208695f5637f9de Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Fri, 27 Dec 2013 14:50:24 +0100 Subject: [PATCH] Deleting Getwork --- launcher.tac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/launcher.tac b/launcher.tac index dd85b5a..2fbd2d0 100644 --- a/launcher.tac +++ b/launcher.tac @@ -34,7 +34,3 @@ Interfaces.set_worker_manager(WorkerManagerInterface()) Interfaces.set_timestamper(TimestamperInterface()) mining.setup(on_startup) - -if settings.GW_ENABLE == True : - from lib.getwork_proxy import GetworkProxy - GetworkProxy(on_startup)