fix: HACK, alias rootPrivateKey to rootKey temporarily
This commit is contained in:
parent
d912d7a848
commit
3f5adbfb11
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue