Typo fix master
authorCryptoManiac <balthazar@yandex.ru>
Wed, 15 Apr 2015 12:04:44 +0000 (15:04 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Wed, 15 Apr 2015 12:04:44 +0000 (15:04 +0300)
lib/template_registry.py

index db2c923..25dad09 100644 (file)
@@ -194,7 +194,7 @@ class TemplateRegistry(object):
             raise SubmitException("Incorrect size of nonce. Expected 8 chars")
 
         # normalize the case to prevent duplication of valid shares by the client
-        ntime = ntile.lower()
+        ntime = ntime.lower()
         nonce = nonce.lower()
         extranonce2 = extranonce2.lower()