fixed introduce not having enough pow
This commit is contained in:
parent
3bea32a911
commit
7be884987e
@ -73,7 +73,7 @@ class DaemonTools:
|
|||||||
data['random'] = existingRand
|
data['random'] = existingRand
|
||||||
else:
|
else:
|
||||||
self.announceProgress[peer] = True
|
self.announceProgress[peer] = True
|
||||||
proof = onionrproofs.DataPOW(combinedNodes, forceDifficulty=4)
|
proof = onionrproofs.DataPOW(combinedNodes, forceDifficulty=5)
|
||||||
del self.announceProgress[peer]
|
del self.announceProgress[peer]
|
||||||
try:
|
try:
|
||||||
data['random'] = base64.b64encode(proof.waitForResult()[1])
|
data['random'] = base64.b64encode(proof.waitForResult()[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user