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 = {
|
const msgData: presentKeyData = {
|
||||||
key: moduleKey,
|
key: moduleKey,
|
||||||
rootPrivateKey: activeKey,
|
rootPrivateKey: activeKey,
|
||||||
|
// @ts-ignore
|
||||||
|
rootKey: activeKey,
|
||||||
};
|
};
|
||||||
const msg: moduleQuery = {
|
const msg: moduleQuery = {
|
||||||
method: "presentKey",
|
method: "presentKey",
|
||||||
|
|
Loading…
Reference in New Issue