fix: update object data

This commit is contained in:
Derrick Hammer 2023-07-18 10:44:39 -04:00
parent b914067e85
commit 4408dae8eb
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ function launchWorker(mod: Module): [Worker, Err] {
const moduleKey = deriveChildKey(activeKey, path);
const msgData: presentKeyData = {
key: moduleKey,
rootKey: activeKey,
rootPrivateKey: activeKey,
};
const msg: moduleQuery = {
method: "presentKey",