Merge remote-tracking branch 'qortal/develop' into feature/large-files-and-names

This commit is contained in:
2025-05-27 03:24:05 +03:00
97 changed files with 2719 additions and 2415 deletions

View File

@@ -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,
});
});