Fixed Indentation
This commit is contained in:
parent
81f3dac929
commit
408f3924a1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user