refactor: extract wallet system

This commit is contained in:
2024-04-11 13:26:50 +01:00
parent d1095847d8
commit 8137317bfe
33 changed files with 5252 additions and 4916 deletions

View File

@ -109,7 +109,6 @@ export abstract class BackgroundLoader<T extends { loaded: number; created: numb
}
} catch (e) {
this.#log("Error: %O", e);
debugger;
}
}