diff --git a/lib/extranonce_counter.py b/lib/extranonce_counter.py index 0537f37..d4ac360 100644 --- a/lib/extranonce_counter.py +++ b/lib/extranonce_counter.py @@ -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