fixed introduce not having enough pow

This commit is contained in:
Kevin Froman 2019-04-12 12:19:01 -05:00
parent 3bea32a911
commit 7be884987e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class DaemonTools:
data['random'] = existingRand
else:
self.announceProgress[peer] = True
proof = onionrproofs.DataPOW(combinedNodes, forceDifficulty=4)
proof = onionrproofs.DataPOW(combinedNodes, forceDifficulty=5)
del self.announceProgress[peer]
try:
data['random'] = base64.b64encode(proof.waitForResult()[1])