From 3f5adbfb11e2d7f505db843ee277f30482165992 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 20 Jul 2023 12:35:01 -0400 Subject: [PATCH] fix: HACK, alias rootPrivateKey to rootKey temporarily --- src/queries.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/queries.ts b/src/queries.ts index 595677b..b14146b 100644 --- a/src/queries.ts +++ b/src/queries.ts @@ -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",