From c837fb1dfac0fff83675cc960c8869c20da93314 Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Tue, 27 Jun 2023 22:09:29 +0200 Subject: [PATCH] apply pr suggestions, part 3 --- src/characters/cbd-recipient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/characters/cbd-recipient.ts b/src/characters/cbd-recipient.ts index 8a97e2eda..17215291f 100644 --- a/src/characters/cbd-recipient.ts +++ b/src/characters/cbd-recipient.ts @@ -98,7 +98,7 @@ export class CbdTDecDecrypter { ); if (Object.keys(encryptedResponses).length < this.threshold) { throw new Error( - `CBD decryption failed with errors: ${JSON.stringify(errors)}` + `Threshold of responses not met; CBD decryption failed with errors: ${JSON.stringify(errors)}` ); }