Skip to content

Commit 2f22c5b

Browse files
fix(wallets): call delegated signers operational signers in error message
Co-Authored-By: Panayiotis Halios <panos@paella.dev>
1 parent 2d9f391 commit 2f22c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/wallets/src/utils/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export function throwIfRecoverySignerApiError(response: unknown): void {
352352
);
353353
case "RECOVERY_SIGNER_CONFLICT":
354354
throw new RecoverySignerConflictError(
355-
message ?? "A recovery signer cannot also be registered as a delegated signer",
355+
message ?? "A recovery signer cannot also be registered as an operational signer",
356356
details
357357
);
358358
case "SIGNER_REQUIRED":

0 commit comments

Comments
 (0)