Version Fix
This commit is contained in:
parent
909aec6cb6
commit
c8142e3297
@ -33,6 +33,7 @@ def setup(on_startup):
|
|||||||
bitcoin_rpc = BitcoinRPCManager()
|
bitcoin_rpc = BitcoinRPCManager()
|
||||||
if settings.CONFIG_VERSION != 0.1:
|
if settings.CONFIG_VERSION != 0.1:
|
||||||
log.exception("Config File is out of date. Stratum will now shut down")
|
log.exception("Config File is out of date. Stratum will now shut down")
|
||||||
|
reactor.stop()
|
||||||
break
|
break
|
||||||
else: continue
|
else: continue
|
||||||
# Check litecoind
|
# Check litecoind
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user