fix probable order-of-magnitude issue with nist5

This commit is contained in:
2018-07-03 15:26:52 -07:00
parent cd37f698b7
commit 8b8be8019e

View File

@@ -87,7 +87,7 @@ try:
data["equihash"]["estimate"]*=1000
except:
pass
for i in ["scrypt", "blakecoin", "blake2s", "decred", "x11", "quark", "qubit", "keccak", "keccakc", "sha256t", "skein"]:
for i in ["scrypt", "blakecoin", "blake2s", "decred", "x11", "quark", "qubit", "keccak", "keccakc", "sha256t", "skein", "nist5"]:
try:
data[i]["estimate"]/=1000
except: