Skip to content

Commit

Permalink
JSON stringify sendTx
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Sep 28, 2023
1 parent cbd8bf8 commit a730794
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .yarn/releases/yarn-3.2.1.cjs
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion packages/snapper/src/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const sendTx = async (chain_id: string, tx: Uint8Array, snapId = DEFAULT_
method: 'sendTx',
params: {
chain_id,
tx,
tx: JSON.stringify(tx),
}
},
},
Expand Down

0 comments on commit a730794

Please sign in to comment.