Skip to content

Commit

Permalink
fix: invalid params passed to personal_sign Example Message action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
montycheese authored Jan 8, 2025
1 parent 30015a4 commit 7ca032d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function RpcMethodCard({ format, method, params, shortcuts }) {
params: values,
});
setResponse(response);
await verify(response, data);
await verify(response, dataToSubmit);
} catch (err) {
const { code, message, data } = err;
setError({ code, message, data });
Expand Down

0 comments on commit 7ca032d

Please sign in to comment.