Skip to content
Snippets Groups Projects
Unverified Commit 700d6df3 authored by Éloïs's avatar Éloïs
Browse files

#1256 sync cancelWork()

parent b344841c
No related branches found
No related tags found
1 merge request!1238Resolve "the 1.6.15 and 1.6.16 versions never starts the calculation of blocks"
...@@ -33,7 +33,7 @@ export class PowEngine { ...@@ -33,7 +33,7 @@ export class PowEngine {
} }
async prove(stuff:any) { async prove(stuff:any) {
await this.cluster.cancelWork() this.cluster.cancelWork()
return await this.cluster.proveByWorkers(stuff) return await this.cluster.proveByWorkers(stuff)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment