Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: make sign fields comply with standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Jul 24, 2024
1 parent 759df16 commit 88fbb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const signMessage = async () => {
export const signFields = async () => {
const response = await $currentProvider?.provider.request({
method: "mina_signFields",
params: JSON.parse($fieldsToSign),
params: { fields: JSON.parse($fieldsToSign) },
});
results.set({
...$results,
Expand Down

0 comments on commit 88fbb55

Please sign in to comment.