remove some semicolons :)
This commit is contained in:
parent
688489f649
commit
47d827ec98
@ -49,11 +49,11 @@ def setup(on_startup):
|
||||
if 'proof-of-stake' in result:
|
||||
settings.COINDAEMON_Reward = 'POS'
|
||||
log.info("Coin detected as POS")
|
||||
break;
|
||||
break
|
||||
else:
|
||||
settings.COINDAEMON_Reward = 'POW'
|
||||
log.info("Coin detected as POW")
|
||||
break;
|
||||
break
|
||||
else:
|
||||
log.error("Block Version mismatch: %s" % result['version'])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user