Skip to content

Commit

Permalink
fix: fix sendTx's params passing
Browse files Browse the repository at this point in the history
  • Loading branch information
q20274982 committed Oct 2, 2023
1 parent 00f1f79 commit bcf36f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EvmEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const EvmEditor = (): ReactJSXElement => {
</TabPanel>
<TabPanel>
<EvmSendEditor
setRequestObject={([params] = []) =>
setRequestObject={(params = []) =>
setRequestObject({
method: "eth_sendTransaction",
params,
Expand Down

0 comments on commit bcf36f2

Please sign in to comment.