Skip to content

Commit

Permalink
Add missing parameter to example code
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Picco committed Apr 18, 2022
1 parent 4138089 commit 1e90e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PaymentTransactionOverrideSignerExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const signOptions: SignTransactionOptions = {
};
const myAlgoConnect = new MyAlgoConnect();
const signedTxn = await myAlgoConnect.signTransaction(txn.toByte());
const signedTxn = await myAlgoConnect.signTransaction(txn.toByte(), signOptions);
`;

function PaymentTransactionOverrideSignerExample(): JSX.Element {
Expand Down

0 comments on commit 1e90e99

Please sign in to comment.