Skip to content

Commit

Permalink
resolving conflicts in #1617
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Jul 8, 2024
1 parent 28cafff commit c1c3e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbtc/developer-guides/end-to-end-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Next it's time to actually build the transaction. To do that we need to pass i:
* Our utxos that we fetched
* And where to send the remaining Bitcoin change after the transaction (UTXOs can only be spent as a whole, so we need to create another transaction to send any remainder)

Then we need to covnert that transaction to a PSBT. In order to use the Leather wallet, our transaction needs to be a PSBT, which we then pass to the wallet, use the wallet to sign, and then use the `sbtc` helper to broadcast it.
Then we need to convert that transaction to a PSBT. In order to use the Leather wallet, our transaction needs to be a PSBT, which we then pass to the wallet, use the wallet to sign, and then use the `sbtc` helper to broadcast it.

The next few lines are converting the transaction to the right format, calling the wallet API to sign it, and broadcasting it.

Expand Down

0 comments on commit c1c3e67

Please sign in to comment.