fix: HACK, alias rootPrivateKey to rootKey temporarily

This commit is contained in:
Derrick Hammer 2023-07-20 12:35:01 -04:00
parent d912d7a848
commit 3f5adbfb11
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,8 @@ function launchWorker(mod: Module): [Worker, Err] {
const msgData: presentKeyData = {
key: moduleKey,
rootPrivateKey: activeKey,
// @ts-ignore
rootKey: activeKey,
};
const msg: moduleQuery = {
method: "presentKey",