Skip to content

Commit

Permalink
Update packages/multichain/src/caip25Permission.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Donesky <adonesky@gmail.com>
  • Loading branch information
jiexi and adonesky1 authored Oct 17, 2024
1 parent 5902e14 commit 0209cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/caip25Permission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const specificationBuilder: PermissionSpecificationBuilder<
);
if (!allEthAccountsSupported) {
throw new Error(
`${Caip25EndowmentPermissionName} error: Received invalid eip155 account values for caveat of type "${Caip25CaveatType}".`,
`${Caip25EndowmentPermissionName} error: Received eip155 account value(s) for caveat of type "${Caip25CaveatType}" that were not found in the wallet keyring`,
);
}

Expand Down

0 comments on commit 0209cfd

Please sign in to comment.