Skip to content

Commit

Permalink
Created error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcreech committed Mar 9, 2022
1 parent e9c538a commit 798b5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CreateAccountError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CreateAccountError: FC = () => {
})
);

const signature = await sendTransaction(transaction, connection, {signers: [tempTokenAccount]});
const signature = await sendTransaction(transaction, connection);
let txid = await connection.confirmTransaction(signature);
console.log(txid);
}, [publicKey, connection, sendTransaction]);
Expand Down

0 comments on commit 798b5cb

Please sign in to comment.