Skip to content

Commit

Permalink
apply pr suggestions, part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jun 27, 2023
1 parent e076f1d commit c837fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/characters/cbd-recipient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`
);
}

Expand Down

0 comments on commit c837fb1

Please sign in to comment.