Skip to content

Commit

Permalink
chore: add back gateway todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Aug 16, 2024
1 parent 190f7c2 commit 2250590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/examples/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ async function createTxWithOpReturn(fromAddress: string, toAddress: string, amou
);

const psbt = unsignedTx.toPSBT(0);
// TODO: sign PSBT

const signedTx = Transaction.fromPSBT(psbt);

Expand Down

0 comments on commit 2250590

Please sign in to comment.