Update template_registry.py
Typo ;)
This commit is contained in:
parent
88a1499685
commit
1b6f5a1127
@ -65,7 +65,7 @@ class TemplateRegistry(object):
|
|||||||
def get_new_extranonce1(self):
|
def get_new_extranonce1(self):
|
||||||
'''Generates unique extranonce1 (e.g. for newly
|
'''Generates unique extranonce1 (e.g. for newly
|
||||||
subscribed connection.'''
|
subscribed connection.'''
|
||||||
log.debug("Getting Unique Extronance")
|
log.debug("Getting Unique Extranonce")
|
||||||
return self.extranonce_counter.get_new_bin()
|
return self.extranonce_counter.get_new_bin()
|
||||||
|
|
||||||
def get_last_broadcast_args(self):
|
def get_last_broadcast_args(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user