Fixed Indentation

This commit is contained in:
ahmedbodi 2014-01-06 11:14:23 +01:00
parent 81f3dac929
commit 408f3924a1

View File

@ -9,8 +9,8 @@ class ExtranonceCounter(object):
but it can be changed at any time without breaking anything.'''
def __init__(self, instance_id):
log.debug("Got to Extronance Counter")
if instance_id < 0 or instance_id > 31:
log.debug("Got to Extronance Counter")
if instance_id < 0 or instance_id > 31:
raise Exception("Current ExtranonceCounter implementation needs an instance_id in <0, 31>.")
# Last 5 most-significant bits represents instance_id