X-Git-Url: https://git.novaco.in/?p=stratum-mining.git;a=blobdiff_plain;f=lib%2Ftemplate_registry.py;fp=lib%2Ftemplate_registry.py;h=25dad09b45fc843ad1a9f757906c92ded0fb7881;hp=db2c923c714dc1623ba6a084c5c942bdda5ee010;hb=8249d473be2ba0ff109736ff7f87fad871332315;hpb=3a1636517a82ec9b939c7ca80451891467fc9315 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()