Deleting Getwork

This commit is contained in:
ahmedbodi 2013-12-27 14:50:24 +01:00
parent cbcd2b37be
commit f748390b0f

View File

@ -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)