From 8249d473be2ba0ff109736ff7f87fad871332315 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Wed, 15 Apr 2015 15:04:44 +0300 Subject: [PATCH] Typo fix --- lib/template_registry.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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() -- 1.7.1