fix: truncate pow compute time before submitting

This commit is contained in:
Aravinth Manivannan 2023-07-02 20:27:46 +05:30
parent 32762cf6b5
commit 4a25f7f3a6
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -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) => {