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