mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-28 20:51:24 +00:00
Refactor label in translation
This commit is contained in:
@@ -430,7 +430,7 @@ export async function performPowTask(chatBytes, difficulty) {
|
||||
// Send the task to the worker
|
||||
worker.postMessage({
|
||||
chatBytes,
|
||||
path: `${import.meta.env.BASE_URL}memory-pow.wasm.full`,
|
||||
path: `${import.meta.env.BASE_URL}memory-pow.wasm.full`, // TODO move into ./wasm/ folder
|
||||
difficulty,
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user