From: CryptoManiac Date: Wed, 15 Apr 2015 12:04:44 +0000 (+0300) Subject: Typo fix X-Git-Url: https://git.novaco.in/?p=stratum-mining.git;a=commitdiff_plain Typo fix --- diff --git a/lib/template_registry.py b/lib/template_registry.py index db2c923..25dad09 100644 --- a/lib/template_registry.py +++ b/lib/template_registry.py @@ -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()