fix: pass root key to module

This commit is contained in:
Derrick Hammer 2023-07-04 02:09:30 -04:00
parent 7093494227
commit 27830c1397
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

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