Remove unused variables in onionrproofs.py

This commit is contained in:
0Gitnick 2019-08-13 15:26:20 -05:00
parent 6c091acd34
commit 7c7058a691
1 changed files with 0 additions and 6 deletions

View File

@ -114,9 +114,6 @@ class DataPOW:
self.hashing = True
self.reporting = reporting
iFound = False # if current thread is the one that found the answer
answer = ''
heartbeat = 200000
hbCount = 0
while self.hashing:
rand = nacl.utils.random()
@ -208,10 +205,7 @@ class POW:
self.hashing = True
self.reporting = reporting
iFound = False # if current thread is the one that found the answer
answer = ''
hbCount = 0
nonce = int(binascii.hexlify(nacl.utils.random(64)), 16)
startNonce = nonce
while self.hashing:
#token = nacl.hash.blake2b(rand + self.data).decode()
self.metadata['pow'] = nonce