fix: truncate pow compute time before submitting
This commit is contained in:
parent
32762cf6b5
commit
4a25f7f3a6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
import log from "../logger";
|
||||
|
||||
import prove from "./prove";
|
||||
import {PoWConfig, ServiceWorkerWork} from "./types";
|
||||
import { PoWConfig, ServiceWorkerWork } from "./types";
|
||||
|
||||
log.log("worker registered");
|
||||
onmessage = async (e) => {
|
||||
|
|
Loading…
Reference in a new issue