aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto/workers/rpcClient.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/crypto/workers/rpcClient.ts')
-rw-r--r--packages/taler-wallet-core/src/crypto/workers/rpcClient.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/crypto/workers/rpcClient.ts b/packages/taler-wallet-core/src/crypto/workers/rpcClient.ts
index a8df8b4c6..f3a4fff1c 100644
--- a/packages/taler-wallet-core/src/crypto/workers/rpcClient.ts
+++ b/packages/taler-wallet-core/src/crypto/workers/rpcClient.ts
@@ -24,6 +24,9 @@ import { OpenedPromise, openPromise } from "../../util/promiseUtils.js";
const logger = new Logger("synchronousWorkerFactory.ts");
+/**
+ * Client for the crypto helper process (taler-crypto-worker from exchange.git).
+ */
export class CryptoRpcClient {
proc: child_process.ChildProcessByStdio<
internal.Writable,