mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 20:48:44 +00:00
chore(web/js): delete proof-of-work-slow.mjs
This code has served its purpose and now needs to be retired to the great beyond. There is no replacement for this, the fast implementation will be used instead. Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import processFast from "./proof-of-work.mjs";
|
||||
import processSlow from "./proof-of-work-slow.mjs";
|
||||
import process from "./proof-of-work.mjs";
|
||||
|
||||
const algorithms = {
|
||||
fast: processFast,
|
||||
slow: processSlow,
|
||||
fast: process,
|
||||
slow: process,
|
||||
};
|
||||
|
||||
// from Xeact
|
||||
|
||||
Reference in New Issue
Block a user