Skip to content
Snippets Groups Projects
Commit 8e879c3e authored by Éloïs's avatar Éloïs
Browse files

#1256 sync cancelWork()

parent b2942376
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 {
}
async prove(stuff:any) {
await this.cluster.cancelWork()
this.cluster.cancelWork()
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