Attempt to Fix Startup Issue
This commit is contained in:
parent
e58f4e6ea7
commit
ec113ec9b8
@ -45,13 +45,6 @@ class MiningService(GenericService):
|
|||||||
log.debug("Server stats request: %s" % serialized)
|
log.debug("Server stats request: %s" % serialized)
|
||||||
return '%s' % serialized
|
return '%s' % serialized
|
||||||
|
|
||||||
@admin
|
|
||||||
def refresh_config(self):
|
|
||||||
settings.setup()
|
|
||||||
log.info("Updated Config")
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
@admin
|
@admin
|
||||||
def update_block(self):
|
def update_block(self):
|
||||||
'''Connect this RPC call to 'litecoind -blocknotify' for
|
'''Connect this RPC call to 'litecoind -blocknotify' for
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user